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 (36842d), with Swift 6.2 (beta) for Linux on 27 Jun 2025 22:07:04 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
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 36842d1 Fix tests for changed API
Cloned https://github.com/ZeeQL/ZeeQL3.git
Revision (git rev-parse @):
36842d15e3a56b90ca764c3646364757fea08b73
SUCCESS checkout https://github.com/ZeeQL/ZeeQL3.git at develop
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ZeeQL/ZeeQL3.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/ZeeQL/CSQLite3.git
[1/41] Fetching csqlite3
Fetched https://github.com/ZeeQL/CSQLite3.git from cache (0.23s)
Computing version for https://github.com/ZeeQL/CSQLite3.git
Computed https://github.com/ZeeQL/CSQLite3.git at 2.0.3 (2.88s)
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/93] Compiling ZeeQL SQLExpressionFactory.swift
[16/93] Compiling ZeeQL SQLForeignKey.swift
[17/93] Compiling ZeeQL SQLTableGroups.swift
[18/93] Compiling ZeeQL SchemaGeneration.swift
[19/93] Compiling ZeeQL SchemaSynchronization.swift
[20/93] Compiling ZeeQL SchemaSynchronizationFactory.swift
[21/93] Compiling ZeeQL TypedDatabaseChannel.swift
[22/93] Compiling ZeeQL TypedFetchSpecification.swift
[23/93] Compiling ZeeQL ZeeQLTypes.swift
[24/93] Compiling ZeeQL ArrayDataSource.swift
[25/93] Compiling ZeeQL BooleanQualifier.swift
[26/93] Compiling ZeeQL ComparisonOperation.swift
[27/93] Compiling ZeeQL CompoundQualifier.swift
[28/105] Compiling ZeeQL AccessDataSource.swift
[29/105] Compiling ZeeQL AccessDataSourceError.swift
[30/105] Compiling ZeeQL AccessDataSourceFinders.swift
[31/105] Compiling ZeeQL ActiveDataSource.swift
[32/105] Compiling ZeeQL ActiveRecord.swift
[33/105] Compiling ZeeQL ActiveRecordType.swift
[34/105] Compiling ZeeQL Adaptor.swift
[35/105] Compiling ZeeQL AdaptorChannel.swift
[36/105] Compiling ZeeQL AdaptorChannelPool.swift
[37/105] Compiling ZeeQL AdaptorDataSource.swift
[38/105] Compiling ZeeQL AdaptorError.swift
[39/105] Compiling ZeeQL AdaptorModelFetch.swift
[40/105] Compiling ZeeQL AdaptorOperation.swift
[41/105] Compiling ZeeQL Constant.swift
[42/105] Compiling ZeeQL DataSource.swift
[43/105] Compiling ZeeQL EntityType+Builder.swift
[44/105] Compiling ZeeQL EntityType.swift
[45/105] Compiling ZeeQL Expression.swift
[46/105] Compiling ZeeQL ExpressionEvaluation.swift
[47/105] Compiling ZeeQL FetchSpecification+Builder.swift
[48/105] Compiling ZeeQL FetchSpecification.swift
[49/105] Compiling ZeeQL GlobalID.swift
[50/105] Compiling ZeeQL Key.swift
[51/105] Compiling ZeeQL KeyComparisonQualifier.swift
[52/105] Compiling ZeeQL KeyValueQualifier.swift
[53/105] Compiling ZeeQL ModelFetchSpecification.swift
[54/105] Compiling ZeeQL CodableRelationship.swift
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeValueAttribute.swift:169:8: warning: associated value 'CannotSetValue' of 'Sendable'-conforming enum 'CodeValueAttributeError' has non-Sendable type 'any AttributeValue.Type'
167 |
168 | public enum CodeValueAttributeError : Swift.Error { // cannot nest in generic
169 |   case CannotSetValue(AttributeValue.Type, Attribute, Any?)
    |        `- warning: associated value 'CannotSetValue' of 'Sendable'-conforming enum 'CodeValueAttributeError' has non-Sendable type 'any AttributeValue.Type'
170 | }
171 |
[55/105] Compiling ZeeQL EntityPropertyReflectionContainer.swift
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeValueAttribute.swift:169:8: warning: associated value 'CannotSetValue' of 'Sendable'-conforming enum 'CodeValueAttributeError' has non-Sendable type 'any AttributeValue.Type'
167 |
168 | public enum CodeValueAttributeError : Swift.Error { // cannot nest in generic
169 |   case CannotSetValue(AttributeValue.Type, Attribute, Any?)
    |        `- warning: associated value 'CannotSetValue' of 'Sendable'-conforming enum 'CodeValueAttributeError' has non-Sendable type 'any AttributeValue.Type'
170 | }
171 |
[56/105] Compiling ZeeQL CodeAttribute.swift
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeValueAttribute.swift:169:8: warning: associated value 'CannotSetValue' of 'Sendable'-conforming enum 'CodeValueAttributeError' has non-Sendable type 'any AttributeValue.Type'
167 |
168 | public enum CodeValueAttributeError : Swift.Error { // cannot nest in generic
169 |   case CannotSetValue(AttributeValue.Type, Attribute, Any?)
    |        `- warning: associated value 'CannotSetValue' of 'Sendable'-conforming enum 'CodeValueAttributeError' has non-Sendable type 'any AttributeValue.Type'
170 | }
171 |
[57/105] Compiling ZeeQL CodeEntity.swift
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeValueAttribute.swift:169:8: warning: associated value 'CannotSetValue' of 'Sendable'-conforming enum 'CodeValueAttributeError' has non-Sendable type 'any AttributeValue.Type'
167 |
168 | public enum CodeValueAttributeError : Swift.Error { // cannot nest in generic
169 |   case CannotSetValue(AttributeValue.Type, Attribute, Any?)
    |        `- warning: associated value 'CannotSetValue' of 'Sendable'-conforming enum 'CodeValueAttributeError' has non-Sendable type 'any AttributeValue.Type'
170 | }
171 |
[58/105] Compiling ZeeQL CodeRelationship.swift
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeValueAttribute.swift:169:8: warning: associated value 'CannotSetValue' of 'Sendable'-conforming enum 'CodeValueAttributeError' has non-Sendable type 'any AttributeValue.Type'
167 |
168 | public enum CodeValueAttributeError : Swift.Error { // cannot nest in generic
169 |   case CannotSetValue(AttributeValue.Type, Attribute, Any?)
    |        `- warning: associated value 'CannotSetValue' of 'Sendable'-conforming enum 'CodeValueAttributeError' has non-Sendable type 'any AttributeValue.Type'
170 | }
171 |
[59/105] Compiling ZeeQL CodeValueAttribute.swift
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeValueAttribute.swift:169:8: warning: associated value 'CannotSetValue' of 'Sendable'-conforming enum 'CodeValueAttributeError' has non-Sendable type 'any AttributeValue.Type'
167 |
168 | public enum CodeValueAttributeError : Swift.Error { // cannot nest in generic
169 |   case CannotSetValue(AttributeValue.Type, Attribute, Any?)
    |        `- warning: associated value 'CannotSetValue' of 'Sendable'-conforming enum 'CodeValueAttributeError' has non-Sendable type 'any AttributeValue.Type'
170 | }
171 |
[60/105] Compiling ZeeQL Database.swift
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeValueAttribute.swift:169:8: warning: associated value 'CannotSetValue' of 'Sendable'-conforming enum 'CodeValueAttributeError' has non-Sendable type 'any AttributeValue.Type'
167 |
168 | public enum CodeValueAttributeError : Swift.Error { // cannot nest in generic
169 |   case CannotSetValue(AttributeValue.Type, Attribute, Any?)
    |        `- warning: associated value 'CannotSetValue' of 'Sendable'-conforming enum 'CodeValueAttributeError' has non-Sendable type 'any AttributeValue.Type'
170 | }
171 |
[61/105] Compiling ZeeQL DatabaseChannel.swift
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeValueAttribute.swift:169:8: warning: associated value 'CannotSetValue' of 'Sendable'-conforming enum 'CodeValueAttributeError' has non-Sendable type 'any AttributeValue.Type'
167 |
168 | public enum CodeValueAttributeError : Swift.Error { // cannot nest in generic
169 |   case CannotSetValue(AttributeValue.Type, Attribute, Any?)
    |        `- warning: associated value 'CannotSetValue' of 'Sendable'-conforming enum 'CodeValueAttributeError' has non-Sendable type 'any AttributeValue.Type'
170 | }
171 |
[62/105] Compiling ZeeQL DatabaseChannelBase.swift
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeValueAttribute.swift:169:8: warning: associated value 'CannotSetValue' of 'Sendable'-conforming enum 'CodeValueAttributeError' has non-Sendable type 'any AttributeValue.Type'
167 |
168 | public enum CodeValueAttributeError : Swift.Error { // cannot nest in generic
169 |   case CannotSetValue(AttributeValue.Type, Attribute, Any?)
    |        `- warning: associated value 'CannotSetValue' of 'Sendable'-conforming enum 'CodeValueAttributeError' has non-Sendable type 'any AttributeValue.Type'
170 | }
171 |
[63/105] Compiling ZeeQL DatabaseChannelFetchHelper.swift
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeValueAttribute.swift:169:8: warning: associated value 'CannotSetValue' of 'Sendable'-conforming enum 'CodeValueAttributeError' has non-Sendable type 'any AttributeValue.Type'
167 |
168 | public enum CodeValueAttributeError : Swift.Error { // cannot nest in generic
169 |   case CannotSetValue(AttributeValue.Type, Attribute, Any?)
    |        `- warning: associated value 'CannotSetValue' of 'Sendable'-conforming enum 'CodeValueAttributeError' has non-Sendable type 'any AttributeValue.Type'
170 | }
171 |
[64/105] Compiling ZeeQL DatabaseContext.swift
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeValueAttribute.swift:169:8: warning: associated value 'CannotSetValue' of 'Sendable'-conforming enum 'CodeValueAttributeError' has non-Sendable type 'any AttributeValue.Type'
167 |
168 | public enum CodeValueAttributeError : Swift.Error { // cannot nest in generic
169 |   case CannotSetValue(AttributeValue.Type, Attribute, Any?)
    |        `- warning: associated value 'CannotSetValue' of 'Sendable'-conforming enum 'CodeValueAttributeError' has non-Sendable type 'any AttributeValue.Type'
170 | }
171 |
[65/105] Compiling ZeeQL DatabaseDataSource.swift
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeValueAttribute.swift:169:8: warning: associated value 'CannotSetValue' of 'Sendable'-conforming enum 'CodeValueAttributeError' has non-Sendable type 'any AttributeValue.Type'
167 |
168 | public enum CodeValueAttributeError : Swift.Error { // cannot nest in generic
169 |   case CannotSetValue(AttributeValue.Type, Attribute, Any?)
    |        `- warning: associated value 'CannotSetValue' of 'Sendable'-conforming enum 'CodeValueAttributeError' has non-Sendable type 'any AttributeValue.Type'
170 | }
171 |
[66/105] Compiling ZeeQL DatabaseObject.swift
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeValueAttribute.swift:169:8: warning: associated value 'CannotSetValue' of 'Sendable'-conforming enum 'CodeValueAttributeError' has non-Sendable type 'any AttributeValue.Type'
167 |
168 | public enum CodeValueAttributeError : Swift.Error { // cannot nest in generic
169 |   case CannotSetValue(AttributeValue.Type, Attribute, Any?)
    |        `- warning: associated value 'CannotSetValue' of 'Sendable'-conforming enum 'CodeValueAttributeError' has non-Sendable type 'any AttributeValue.Type'
170 | }
171 |
[67/105] Emitting module ZeeQL
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeValueAttribute.swift:169:8: warning: associated value 'CannotSetValue' of 'Sendable'-conforming enum 'CodeValueAttributeError' has non-Sendable type 'any AttributeValue.Type'
167 |
168 | public enum CodeValueAttributeError : Swift.Error { // cannot nest in generic
169 |   case CannotSetValue(AttributeValue.Type, Attribute, Any?)
    |        `- warning: associated value 'CannotSetValue' of 'Sendable'-conforming enum 'CodeValueAttributeError' has non-Sendable type 'any AttributeValue.Type'
170 | }
171 |
[68/105] Compiling ZeeQL AdaptorQueryColumnRepresentable.swift
[69/105] Compiling ZeeQL AdaptorQueryType.swift
[70/105] Compiling ZeeQL AdaptorRecord.swift
[71/105] Compiling ZeeQL AdaptorRecordSchema.swift
[72/105] Compiling ZeeQL Attribute.swift
[73/105] Compiling ZeeQL AttributeKey.swift
[74/105] Compiling ZeeQL AttributeValue.swift
[75/105] Compiling ZeeQL AdaptorRecordDecoder.swift
[76/105] Compiling ZeeQL CodableEntity.swift
[77/105] Compiling ZeeQL CodableModel.swift
[78/105] Compiling ZeeQL CodableModelDecoder.swift
[79/105] Compiling ZeeQL CodableModelEntityDecoder.swift
[80/105] Compiling ZeeQL CodableModelPostProcessor.swift
[81/105] Compiling ZeeQL DatabaseOperation.swift
[82/105] Compiling ZeeQL Entity.swift
[83/105] Compiling ZeeQL FancyModelMaker.swift
[84/105] Compiling ZeeQL Join.swift
[85/105] Compiling ZeeQL MirrorHelpers.swift
[86/105] Compiling ZeeQL Model.swift
[87/105] Compiling ZeeQL ModelLoader.swift
[88/105] Compiling ZeeQL ModelPattern.swift
[89/105] Compiling ZeeQL ModelSQLizer.swift
[90/105] Compiling ZeeQL Property.swift
[91/105] Compiling ZeeQL Relationship.swift
[92/105] Compiling ZeeQL SQLAttributeChange.swift
[93/105] Compiling ZeeQL SQLExpression.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! (35.91s)
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.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.