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 PerfectSQLite with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.28.6
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/Perfect-SQLite.git
Reference: 5.1.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/Perfect-SQLite
 * tag               5.1.1      -> FETCH_HEAD
HEAD is now at 3740d1e SQLite System Library (#2)
Cloned https://github.com/richardpiazza/Perfect-SQLite.git
Revision (git rev-parse @):
3740d1ea1e519584c3d665831968c4d7e086edb7
SUCCESS checkout https://github.com/richardpiazza/Perfect-SQLite.git at 5.1.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD/checkout
https://github.com/richardpiazza/Perfect-SQLite.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/richardpiazza/Perfect-CRUD
[1/1079] Fetching perfect-crud
Fetched https://github.com/richardpiazza/Perfect-CRUD (0.25s)
Computing version for https://github.com/richardpiazza/Perfect-CRUD
Computed https://github.com/richardpiazza/Perfect-CRUD at 2.1.0 (0.35s)
Creating working copy for https://github.com/richardpiazza/Perfect-CRUD
Working copy of https://github.com/richardpiazza/Perfect-CRUD resolved at 2.1.0
Building for debugging...
[1/24] Emitting module PerfectCRUD
[2/27] Compiling PerfectCRUD Table.swift
[3/27] Compiling PerfectCRUD Update.swift
[4/27] Compiling PerfectCRUD Where.swift
[5/27] Compiling PerfectCRUD In.swift
[6/27] Compiling PerfectCRUD InInts.swift
[7/27] Compiling PerfectCRUD Like.swift
[8/27] Compiling PerfectCRUD Logical.swift
[9/27] Compiling PerfectCRUD Insert.swift
[10/27] Compiling PerfectCRUD Join.swift
[11/27] Compiling PerfectCRUD Delete.swift
[12/27] Compiling PerfectCRUD Comparison.swift
[13/27] Compiling PerfectCRUD ComparisonInts.swift
[14/27] Compiling PerfectCRUD Equality.swift
[15/27] Compiling PerfectCRUD EqualityInts.swift
[16/27] Compiling PerfectCRUD Expression.swift
[17/27] Compiling PerfectCRUD Logging.swift
[18/27] Compiling PerfectCRUD PerfectCRUD.swift
[19/27] Compiling PerfectCRUD Select.swift
[20/27] Compiling PerfectCRUD CodingNames.swift
[21/27] Compiling PerfectCRUD CodingRows.swift
[22/27] Compiling PerfectCRUD Create.swift
[23/27] Compiling PerfectCRUD Database.swift
[24/27] Compiling PerfectCRUD Coding.swift
[25/27] Compiling PerfectCRUD CodingBindings.swift
[26/27] Compiling PerfectCRUD CodingJoins.swift
[27/27] Compiling PerfectCRUD CodingKeyPaths.swift
[30/32] Compiling PerfectSQLite SQLite.swift
[31/32] Emitting module PerfectSQLite
[32/32] Compiling PerfectSQLite SQLiteCRUD.swift
Build complete! (8.16s)
Build complete.
Done.