The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Squeal, reference 0.1.3 (dc35e6), with Swift 6.1 for Linux on 13 Mar 2026 13:45:30 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/SwiftPackageIndex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/s4cha/SQueaL.git
Reference: 0.1.3
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/s4cha/SQueaL
 * tag               0.1.3      -> FETCH_HEAD
HEAD is now at dc35e65 Adds support for RETURNING values in DELETE & UPDATE  statements
Cloned https://github.com/s4cha/SQueaL.git
Revision (git rev-parse @):
dc35e65c729a240602ba63b21db51832a150f2bf
SUCCESS checkout https://github.com/s4cha/SQueaL.git at 0.1.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/s4cha/SQueaL.git
https://github.com/s4cha/SQueaL.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "602.0.0-latest",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "postgres-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.21.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/postgres-nio.git"
    }
  ],
  "manifest_display_name" : "Squeal",
  "name" : "Squeal",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Squeal",
      "targets" : [
        "Squeal"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SquealPostgresNIO",
      "targets" : [
        "SquealPostgresNIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SquealMacros",
      "targets" : [
        "SquealMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SquealTests",
      "module_type" : "SwiftTarget",
      "name" : "SquealTests",
      "path" : "Tests/SquealTests",
      "sources" : [
        "ANDORTests.swift",
        "DELETETests.swift",
        "GROUP_BYTests.swift",
        "HAVINGTests.swift",
        "INSERT_INTOTests.swift",
        "JOINTests.swift",
        "LIMITTests.swift",
        "OFFSETTests.swift",
        "ORDER_BYTests.swift",
        "RawSQLTests.swift",
        "SELECTTests.swift",
        "SQLCoverageTests.swift",
        "TableMacroTests.swift",
        "TestData.swift",
        "UPDATETests.swift",
        "WHERETests.swift"
      ],
      "target_dependencies" : [
        "Squeal"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SquealPostgresNIO",
      "module_type" : "SwiftTarget",
      "name" : "SquealPostgresNIO",
      "path" : "Sources/SquealPostgresNIO",
      "product_dependencies" : [
        "PostgresNIO"
      ],
      "product_memberships" : [
        "SquealPostgresNIO"
      ],
      "sources" : [
        "PostgresClient+Squeal.swift"
      ],
      "target_dependencies" : [
        "Squeal"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SquealMacros",
      "module_type" : "SwiftTarget",
      "name" : "SquealMacros",
      "path" : "Sources/SquealMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Squeal",
        "SquealPostgresNIO",
        "SquealMacros"
      ],
      "sources" : [
        "Macro.swift",
        "TableMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "Squeal",
      "module_type" : "SwiftTarget",
      "name" : "Squeal",
      "path" : "Sources/Squeal",
      "product_memberships" : [
        "Squeal",
        "SquealPostgresNIO"
      ],
      "sources" : [
        "Api/DML/TSQL+AND.swift",
        "Api/DML/TSQL+DELETE.swift",
        "Api/DML/TSQL+FROM.swift",
        "Api/DML/TSQL+GROUPBY.swift",
        "Api/DML/TSQL+HAVING.swift",
        "Api/DML/TSQL+INSERT.swift",
        "Api/DML/TSQL+JOIN.swift",
        "Api/DML/TSQL+LIMIT.swift",
        "Api/DML/TSQL+OFFSET.swift",
        "Api/DML/TSQL+OR.swift",
        "Api/DML/TSQL+ORDERBY.swift",
        "Api/DML/TSQL+SELECT.swift",
        "Api/DML/TSQL+UPDATE.swift",
        "Api/DML/TSQL+WHERE.swift",
        "Api/SQL.swift",
        "Api/SQLPredicate.swift",
        "Api/TypedSQLQuery.swift",
        "Macros.swift",
        "SQLQuery+Parameters.swift",
        "SQLQuery+String.swift",
        "SQLQuery.swift",
        "SQLSelectValue.swift",
        "Schema/AnyField.swift",
        "Schema/Field.swift",
        "Schema/Table.swift"
      ],
      "target_dependencies" : [
        "SquealMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/SwiftPackageIndex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
docker: invalid reference format: repository name (SwiftPackageIndex/spi-images) must be lowercase
Run 'docker run --help' for more information
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/SwiftPackageIndex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
docker: invalid reference format: repository name (SwiftPackageIndex/spi-images) must be lowercase
Run 'docker run --help' for more information
BUILD FAILURE 6.1 linux