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 Statement, reference 0.8.1 (fc7767), with Swift 5.10 for Linux on 7 Jul 2024 21:05:24 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.45.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/Statement.git
Reference: 0.8.1
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/richardpiazza/Statement
 * tag               0.8.1      -> FETCH_HEAD
HEAD is now at fc77679 Sendable Conformances (#14)
Cloned https://github.com/richardpiazza/Statement.git
Revision (git rev-parse @):
fc77679f1d34c75cf996bd09169efbc31ca93d7a
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/Statement.git at 0.8.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/richardpiazza/Statement.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:25efef401ffd78342b231554234a436b1eb31bdd29046c1104fb984cc1b7d308
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/28] Emitting module Statement
[5/31] Compiling Statement LogicalRenderer.swift
[6/31] Compiling Statement Renderer.swift
[7/31] Compiling Statement AnyAttribute.swift
[8/31] Compiling Statement Attribute.swift
[9/31] Compiling Statement ComparisonOperator.swift
[10/31] Compiling Statement ConjunctiveOperator.swift
[11/31] Compiling Statement LogicalOperator.swift
[12/31] Compiling Statement AnyRenderable.swift
[13/31] Compiling Statement StatementSyntax.swift
[14/31] Compiling Statement StructuredStatement.swift
[15/31] Compiling Statement Clause.swift
[16/31] Compiling Statement Keyword.swift
[17/31] Compiling Statement LogicalPredicate.swift
[18/31] Compiling Statement Segment.swift
[19/31] Compiling Statement Entity.swift
[20/31] Compiling Statement Field.swift
[21/31] Compiling Statement ForeignKey.swift
[22/31] Compiling Statement ClauseRenderer.swift
[23/31] Compiling Statement ComparisonRenderer.swift
[24/31] Compiling Statement ConjunctiveRenderer.swift
[25/31] Compiling Statement GroupRenderer.swift
[26/31] Compiling Statement AttributeConvertible.swift
[27/31] Compiling Statement DataType.swift
[28/31] Compiling Statement DataTypeConvertible.swift
[29/31] Compiling Statement ComparisonPredicate.swift
[30/31] Compiling Statement ConjunctivePredicate.swift
[31/31] Compiling Statement Group.swift
[33/50] Emitting module StatementSQLite
[34/52] Compiling StatementSQLite Segment+SQLite.swift
[35/52] Compiling StatementSQLite SelectContext.swift
[36/52] Compiling StatementSQLite FromContext.swift
[37/52] Compiling StatementSQLite HavingContext.swift
[38/52] Compiling StatementSQLite InsertContext.swift
[39/52] Compiling StatementSQLite OrderContext.swift
[40/52] Compiling StatementSQLite SQLiteStatement.swift
[41/52] Compiling StatementSQLite ValuesContext.swift
[42/52] Compiling StatementSQLite WhereContext.swift
[43/52] Compiling StatementSQLite SetContext.swift
[44/52] Compiling StatementSQLite UpdateContext.swift
[45/52] Compiling StatementSQLite JoinContext.swift
[46/52] Compiling StatementSQLite LimitContext.swift
[47/52] Compiling StatementSQLite DataTypeConvertible+SQLite.swift
[48/52] Compiling StatementSQLite DeleteContext.swift
[49/52] Compiling StatementSQLite Field+SQLite.swift
[50/52] Compiling StatementSQLite AlterTableContext.swift
[51/52] Compiling StatementSQLite CreateContext.swift
[52/52] Compiling StatementSQLite DataType+SQLite.swift
Build complete! (7.34s)
Build complete.
Done.