The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Statement, reference 0.8.1 (fc7767), with Swift 5.8 for Linux on 7 Jul 2024 21:05:24 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-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.8
Building package at path:  $workDir
https://github.com/richardpiazza/Statement.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.8-latest: Pulling from finestructure/spi-images
Digest: sha256:04b855c1ccaa3e5be7e0a673b43cb5972bbce6f39eeabbf4f2cb26180c5e9854
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.8-latest
Building for debugging...
[1/25] Emitting module Statement
[2/28] Compiling Statement Entity.swift
[3/28] Compiling Statement Field.swift
[4/28] Compiling Statement ForeignKey.swift
[5/28] Compiling Statement ComparisonOperator.swift
[6/28] Compiling Statement ConjunctiveOperator.swift
[7/28] Compiling Statement LogicalOperator.swift
[8/28] Compiling Statement AnyRenderable.swift
[9/28] Compiling Statement StatementSyntax.swift
[10/28] Compiling Statement StructuredStatement.swift
[11/28] Compiling Statement Clause.swift
[12/28] Compiling Statement Keyword.swift
[13/28] Compiling Statement LogicalPredicate.swift
[14/28] Compiling Statement Segment.swift
[15/28] Compiling Statement ClauseRenderer.swift
[16/28] Compiling Statement ComparisonRenderer.swift
[17/28] Compiling Statement ConjunctiveRenderer.swift
[18/28] Compiling Statement GroupRenderer.swift
[19/28] Compiling Statement LogicalRenderer.swift
[20/28] Compiling Statement Renderer.swift
[21/28] Compiling Statement AnyAttribute.swift
[22/28] Compiling Statement Attribute.swift
[23/28] Compiling Statement ComparisonPredicate.swift
[24/28] Compiling Statement ConjunctivePredicate.swift
[25/28] Compiling Statement Group.swift
[26/28] Compiling Statement AttributeConvertible.swift
[27/28] Compiling Statement DataType.swift
[28/28] Compiling Statement DataTypeConvertible.swift
[31/48] Emitting module StatementSQLite
[32/50] Compiling StatementSQLite ValuesContext.swift
[33/50] Compiling StatementSQLite WhereContext.swift
[34/50] Compiling StatementSQLite SetContext.swift
[35/50] Compiling StatementSQLite UpdateContext.swift
[36/50] Compiling StatementSQLite Segment+SQLite.swift
[37/50] Compiling StatementSQLite SelectContext.swift
[38/50] Compiling StatementSQLite FromContext.swift
[39/50] Compiling StatementSQLite HavingContext.swift
[40/50] Compiling StatementSQLite InsertContext.swift
[41/50] Compiling StatementSQLite OrderContext.swift
[42/50] Compiling StatementSQLite SQLiteStatement.swift
[43/50] Compiling StatementSQLite JoinContext.swift
[44/50] Compiling StatementSQLite LimitContext.swift
[45/50] Compiling StatementSQLite AlterTableContext.swift
[46/50] Compiling StatementSQLite CreateContext.swift
[47/50] Compiling StatementSQLite DataType+SQLite.swift
[48/50] Compiling StatementSQLite DataTypeConvertible+SQLite.swift
[49/50] Compiling StatementSQLite DeleteContext.swift
[50/50] Compiling StatementSQLite Field+SQLite.swift
Build complete! (6.34s)
Build complete.
Done.