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 SwiftKueryORM, reference 1.0.1 (bce5e0), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 10:56:36 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kitura/Swift-Kuery-ORM.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kitura/Swift-Kuery-ORM
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at bce5e01 Adding a public typealias for Database (#132)
Cloned https://github.com/Kitura/Swift-Kuery-ORM.git
Revision (git rev-parse @):
bce5e015494d714d0974d2dc4336c1c58fd58411
SUCCESS checkout https://github.com/Kitura/Swift-Kuery-ORM.git at 1.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Kitura/Swift-Kuery-ORM.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-1EA4D86E10B52AF.txt
[8/15] Compiling Logging LogHandler.swift
[9/15] Compiling Logging MetadataProvider.swift
[10/15] Emitting module Logging
[11/15] Compiling Logging Logging.swift
[12/15] Compiling Logging Locks.swift
[13/17] Compiling LoggerAPI Logger.swift
[14/17] Emitting module LoggerAPI
[15/73] Compiling TypeDecoder TypeDecoder.swift
[16/73] Compiling TypeDecoder OrderedDictionary.swift
[17/73] Emitting module TypeDecoder
[18/73] Compiling KituraContracts BodyEncoder.swift
[19/73] Compiling KituraContracts BodyFormat.swift
[20/73] Compiling KituraContracts BodyDecoder.swift
[21/73] Emitting module KituraContracts
[22/73] Emitting module SwiftKuery
[23/77] Compiling SwiftKuery OrderBy.swift
[24/77] Compiling SwiftKuery Parameter.swift
[25/77] Compiling SwiftKuery Predicate.swift
[26/77] Compiling SwiftKuery PreparedStatement.swift
[27/77] Compiling SwiftKuery Query.swift
[28/77] Compiling SwiftKuery QueryBuilder.swift
[29/77] Compiling SwiftKuery QueryError.swift
[30/77] Compiling SwiftKuery QueryResult.swift
[31/77] Compiling SwiftKuery QuerySuffixProtocol.swift
[32/77] Compiling SwiftKuery Raw.swift
[33/77] Compiling SwiftKuery IndexColumn.swift
[34/77] Compiling SwiftKuery IndexColumnOrdered.swift
[35/77] Compiling SwiftKuery Insert.swift
[36/77] Compiling SwiftKuery Join.swift
[37/77] Compiling SwiftKuery Migration.swift
[38/77] Compiling KituraContracts QueryDecoder.swift
[39/77] Compiling KituraContracts ClosureAliases.swift
[40/77] Compiling SwiftKuery ColumnCreator.swift
[41/77] Compiling SwiftKuery Condition.swift
[42/77] Compiling SwiftKuery ConditionalClause.swift
[43/77] Compiling SwiftKuery Connection.swift
[44/77] Compiling SwiftKuery ConnectionPool.swift
[45/77] Compiling SwiftKuery AggregateColumnExpression.swift
[46/77] Compiling SwiftKuery AuxiliaryTable.swift
[47/77] Compiling SwiftKuery Buildable.swift
[48/77] Compiling SwiftKuery Column.swift
[49/77] Compiling SwiftKuery ColumnAndExpressions_Extensions.swift
[50/77] Compiling SwiftKuery Union.swift
[51/77] Compiling SwiftKuery Update.swift
[52/77] Compiling SwiftKuery Utils.swift
[53/77] Compiling SwiftKuery With.swift
[54/77] Compiling KituraContracts Coder.swift
[55/77] Compiling KituraContracts Extensions.swift
[56/77] Compiling KituraContracts Contracts.swift
[57/77] Compiling KituraContracts QueryEncoder.swift
[58/77] Compiling SwiftKuery ConnectionPoolConnection.swift
[59/77] Compiling SwiftKuery ConnectionPoolOptions.swift
[60/77] Compiling SwiftKuery Delete.swift
[61/77] Compiling SwiftKuery Field.swift
[62/77] Compiling SwiftKuery Filter.swift
[63/77] Compiling SwiftKuery RawField.swift
[64/77] Compiling SwiftKuery ResultFetcher.swift
[65/77] Compiling SwiftKuery ResultSet.swift
[66/77] Compiling SwiftKuery SQLDataType.swift
[67/77] Compiling SwiftKuery ScalarColumnExpression.swift
[68/77] Compiling SwiftKuery FilterAndHaving_Extensions.swift
[69/77] Compiling SwiftKuery FilterAndHaving_GlobalFunctions.swift
[70/77] Compiling SwiftKuery ForeignKey.swift
[71/77] Compiling SwiftKuery Having.swift
[72/77] Compiling SwiftKuery Index.swift
[73/77] Compiling SwiftKuery Select.swift
[74/77] Compiling SwiftKuery SpecialOperators_Extensions.swift
[75/77] Compiling SwiftKuery String+Buildable.swift
[76/77] Compiling SwiftKuery Subqueries_GlobalFunctionsAndExtensions.swift
[77/77] Compiling SwiftKuery Table.swift
[78/84] Compiling SwiftKueryORM TypeAliases.swift
[79/84] Compiling SwiftKueryORM TableInfo.swift
[80/84] Compiling SwiftKueryORM DatabaseEncoder.swift
[81/84] Compiling SwiftKueryORM DatabaseDecoder.swift
[82/84] Compiling SwiftKueryORM Database.swift
[83/84] Emitting module SwiftKueryORM
[84/84] Compiling SwiftKueryORM Model.swift
Build complete! (15.71s)
Fetching https://github.com/Kitura/KituraContracts.git
Fetching https://github.com/Kitura/Swift-Kuery.git
Fetching https://github.com/Kitura/TypeDecoder.git
[1/5661] Fetching swift-kuery
[341/6120] Fetching swift-kuery, typedecoder
[424/8666] Fetching swift-kuery, typedecoder, kituracontracts
Fetched https://github.com/Kitura/TypeDecoder.git from cache (2.56s)
Fetched https://github.com/Kitura/KituraContracts.git from cache (2.56s)
Fetched https://github.com/Kitura/Swift-Kuery.git from cache (2.56s)
Computing version for https://github.com/Kitura/TypeDecoder.git
Computed https://github.com/Kitura/TypeDecoder.git at 2.0.0 (3.11s)
Computing version for https://github.com/Kitura/Swift-Kuery.git
Computed https://github.com/Kitura/Swift-Kuery.git at 4.0.0 (0.51s)
Fetching https://github.com/Kitura/LoggerAPI.git
[1/771] Fetching loggerapi
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.93s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 1.9.200 (1.51s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.05s)
Computing version for https://github.com/Kitura/KituraContracts.git
Computed https://github.com/Kitura/KituraContracts.git at 2.0.0 (0.52s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.41s)
Creating working copy for https://github.com/Kitura/LoggerAPI.git
Working copy of https://github.com/Kitura/LoggerAPI.git resolved at 1.9.200
Creating working copy for https://github.com/Kitura/Swift-Kuery.git
Working copy of https://github.com/Kitura/Swift-Kuery.git resolved at 4.0.0
Creating working copy for https://github.com/Kitura/TypeDecoder.git
Working copy of https://github.com/Kitura/TypeDecoder.git resolved at 2.0.0
Creating working copy for https://github.com/Kitura/KituraContracts.git
Working copy of https://github.com/Kitura/KituraContracts.git resolved at 2.0.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-kuery",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kitura/Swift-Kuery.git"
    },
    {
      "identity" : "kituracontracts",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kitura/KituraContracts.git"
    },
    {
      "identity" : "typedecoder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kitura/TypeDecoder.git"
    }
  ],
  "manifest_display_name" : "SwiftKueryORM",
  "name" : "SwiftKueryORM",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftKueryORM",
      "targets" : [
        "SwiftKueryORM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftKueryORMTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftKueryORMTests",
      "path" : "Tests/SwiftKueryORMTests",
      "product_dependencies" : [
        "KituraContracts"
      ],
      "sources" : [
        "CommonUtils.swift",
        "Test.swift",
        "TestDelete.swift",
        "TestFind.swift",
        "TestId.swift",
        "TestSave.swift",
        "TestTable.swift",
        "TestUpdate.swift"
      ],
      "target_dependencies" : [
        "SwiftKueryORM"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftKueryORM",
      "module_type" : "SwiftTarget",
      "name" : "SwiftKueryORM",
      "path" : "Sources/SwiftKueryORM",
      "product_dependencies" : [
        "SwiftKuery",
        "KituraContracts",
        "TypeDecoder"
      ],
      "product_memberships" : [
        "SwiftKueryORM"
      ],
      "sources" : [
        "Database.swift",
        "DatabaseDecoder.swift",
        "DatabaseEncoder.swift",
        "Model.swift",
        "TableInfo.swift",
        "TypeAliases.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.