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 0.9.22 (244a56), with Swift 6.0 for macOS (SPM) on 3 Jun 2025 21:24:41 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ZeeQL/ZeeQL3.git
Reference: 0.9.22
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ZeeQL/ZeeQL3
 * tag               0.9.22     -> FETCH_HEAD
HEAD is now at 244a561 Merge branch 'develop'
Cloned https://github.com/ZeeQL/ZeeQL3.git
Revision (git rev-parse @):
244a561530254f1e717a10cb48fd893bfbac91b8
SUCCESS checkout https://github.com/ZeeQL/ZeeQL3.git at 0.9.22
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ZeeQL/ZeeQL3.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/95] Compiling ZeeQL BooleanQualifier.swift
[4/95] Compiling ZeeQL ComparisonOperation.swift
[5/95] Compiling ZeeQL CompoundQualifier.swift
[6/95] Compiling ZeeQL Constant.swift
[7/95] Compiling ZeeQL DataSource.swift
[8/95] Compiling ZeeQL EntityType+Builder.swift
[9/95] Compiling ZeeQL EntityType.swift
[10/95] Compiling ZeeQL Expression.swift
[11/95] Compiling ZeeQL ExpressionEvaluation.swift
[12/95] Compiling ZeeQL FetchSpecification+Builder.swift
[13/105] Emitting module ZeeQL
[14/105] Compiling ZeeQL Database.swift
[15/105] Compiling ZeeQL DatabaseChannel.swift
[16/105] Compiling ZeeQL DatabaseChannelBase.swift
[17/105] Compiling ZeeQL DatabaseChannelFetchHelper.swift
[18/105] Compiling ZeeQL DatabaseContext.swift
[19/105] Compiling ZeeQL DatabaseDataSource.swift
[20/105] Compiling ZeeQL DatabaseObject.swift
[21/105] Compiling ZeeQL DatabaseOperation.swift
[22/105] Compiling ZeeQL Entity.swift
[23/105] Compiling ZeeQL FancyModelMaker.swift
[24/105] Compiling ZeeQL SQLExpressionFactory.swift
[25/105] Compiling ZeeQL SQLForeignKey.swift
[26/105] Compiling ZeeQL SQLTableGroups.swift
[27/105] Compiling ZeeQL SchemaGeneration.swift
[28/105] Compiling ZeeQL SchemaSynchronization.swift
[29/105] Compiling ZeeQL SchemaSynchronizationFactory.swift
[30/105] Compiling ZeeQL TypedDatabaseChannel.swift
[31/105] Compiling ZeeQL TypedFetchSpecification.swift
[32/105] Compiling ZeeQL ZeeQLTypes.swift
[33/105] Compiling ZeeQL ArrayDataSource.swift
[34/105] Compiling ZeeQL FetchSpecification.swift
[35/105] Compiling ZeeQL GlobalID.swift
[36/105] Compiling ZeeQL Key.swift
[37/105] Compiling ZeeQL KeyComparisonQualifier.swift
[38/105] Compiling ZeeQL KeyValueQualifier.swift
[39/105] Compiling ZeeQL ModelFetchSpecification.swift
[40/105] Compiling ZeeQL NotQualifier.swift
[41/105] Compiling ZeeQL ObjectStore.swift
[42/105] Compiling ZeeQL ObjectTrackingContext.swift
[43/105] Compiling ZeeQL Qualifier.swift
[44/105] Compiling ZeeQL CodableModel.swift
[45/105] Compiling ZeeQL CodableModelDecoder.swift
[46/105] Compiling ZeeQL CodableModelEntityDecoder.swift
[47/105] Compiling ZeeQL CodableModelPostProcessor.swift
[48/105] Compiling ZeeQL CodableRelationship.swift
[49/105] Compiling ZeeQL EntityPropertyReflectionContainer.swift
[50/105] Compiling ZeeQL CodeAttribute.swift
[51/105] Compiling ZeeQL CodeEntity.swift
[52/105] Compiling ZeeQL CodeRelationship.swift
[53/105] Compiling ZeeQL CodeValueAttribute.swift
[54/105] Compiling ZeeQL QualifierEvaluation.swift
[55/105] Compiling ZeeQL QualifierParser.swift
[56/105] Compiling ZeeQL QualifierVariable.swift
[57/105] Compiling ZeeQL SQLQualifier.swift
[58/105] Compiling ZeeQL SortOrdering.swift
[59/105] Compiling ZeeQL StoreKeyValueCoding.swift
[60/105] Compiling ZeeQL AnyOptional.swift
[61/105] Compiling ZeeQL Dictionary+Extensions.swift
[62/105] Compiling ZeeQL EquatableType.swift
[63/105] Compiling ZeeQL KeyValueStringFormatter.swift
[64/105] Compiling ZeeQL AdaptorModelFetch.swift
[65/105] Compiling ZeeQL AdaptorOperation.swift
[66/105] Compiling ZeeQL AdaptorQueryColumnRepresentable.swift
[67/105] Compiling ZeeQL AdaptorQueryType.swift
[68/105] Compiling ZeeQL AdaptorRecord.swift
[69/105] Compiling ZeeQL AdaptorRecordSchema.swift
[70/105] Compiling ZeeQL Attribute.swift
[71/105] Compiling ZeeQL AttributeKey.swift
[72/105] Compiling ZeeQL AttributeValue.swift
[73/105] Compiling ZeeQL AdaptorRecordDecoder.swift
[74/105] Compiling ZeeQL CodableEntity.swift
[75/105] Compiling ZeeQL Logger.swift
[76/105] Compiling ZeeQL Pluralize.swift
[77/105] Compiling ZeeQL SimpleKVC.swift
[78/105] Compiling ZeeQL SmartDescription.swift
[79/105] Compiling ZeeQL TimeRange.swift
[80/105] Compiling ZeeQL SQLite3Adaptor.swift
[81/105] Compiling ZeeQL SQLite3AdaptorChannel.swift
[82/105] Compiling ZeeQL SQLite3Expression.swift
[83/105] Compiling ZeeQL SQLite3ModelFetch.swift
[84/105] Compiling ZeeQL SQLite3SchemaSynchronizationFactory.swift
[85/105] Compiling ZeeQL Join.swift
[86/105] Compiling ZeeQL MirrorHelpers.swift
[87/105] Compiling ZeeQL Model.swift
[88/105] Compiling ZeeQL ModelLoader.swift
[89/105] Compiling ZeeQL ModelPattern.swift
[90/105] Compiling ZeeQL ModelSQLizer.swift
[91/105] Compiling ZeeQL Property.swift
[92/105] Compiling ZeeQL Relationship.swift
[93/105] Compiling ZeeQL SQLAttributeChange.swift
[94/105] Compiling ZeeQL SQLExpression.swift
[95/105] Compiling ZeeQL AccessDataSource.swift
[96/105] Compiling ZeeQL AccessDataSourceError.swift
[97/105] Compiling ZeeQL AccessDataSourceFinders.swift
[98/105] Compiling ZeeQL ActiveDataSource.swift
[99/105] Compiling ZeeQL ActiveRecord.swift
[100/105] Compiling ZeeQL ActiveRecordType.swift
[101/105] Compiling ZeeQL Adaptor.swift
[102/105] Compiling ZeeQL AdaptorChannel.swift
[103/105] Compiling ZeeQL AdaptorChannelPool.swift
[104/105] Compiling ZeeQL AdaptorDataSource.swift
[105/105] Compiling ZeeQL AdaptorError.swift
Build complete! (9.09s)
Fetching https://github.com/ZeeQL/CSQLite3.git
[1/41] Fetching csqlite3
Fetched https://github.com/ZeeQL/CSQLite3.git from cache (0.59s)
Computing version for https://github.com/ZeeQL/CSQLite3.git
Computed https://github.com/ZeeQL/CSQLite3.git at 2.0.3 (2.47s)
Creating working copy for https://github.com/ZeeQL/CSQLite3.git
Working copy of https://github.com/ZeeQL/CSQLite3.git resolved at 2.0.3
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" : "/Users/admin/builder/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"
}
Done.