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 PerfectCRUD with Swift 5.10 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/Perfect-CRUD.git
Reference: 2.1.0
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-CRUD
 * tag               2.1.0      -> FETCH_HEAD
HEAD is now at 9e8165d Platform Modernization (#1)
Cloned https://github.com/richardpiazza/Perfect-CRUD.git
Revision (git rev-parse @):
9e8165db6164cb6fcc7740694192626cf4ffafcc
SUCCESS checkout https://github.com/richardpiazza/Perfect-CRUD.git at 2.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/richardpiazza/Perfect-CRUD.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/26] Compiling PerfectCRUD Coding.swift
[4/26] Compiling PerfectCRUD CodingBindings.swift
[5/26] Compiling PerfectCRUD CodingJoins.swift
[6/26] Compiling PerfectCRUD CodingKeyPaths.swift
[7/26] Compiling PerfectCRUD Delete.swift
[8/26] Compiling PerfectCRUD Comparison.swift
[9/26] Compiling PerfectCRUD ComparisonInts.swift
[10/26] Emitting module PerfectCRUD
/host/spi-builder-workspace/Sources/PerfectCRUD/Coding/CodingNames.swift:326:15: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func matches<T: Decodable>(_ type: T.Type) -> Bool {
                     ^
/host/spi-builder-workspace/Sources/PerfectCRUD/Coding/CodingNames.swift:318:17: note: 'T' previously declared here
struct SubTable<T: Decodable, R: Decodable>: SubTableProto {
                ^
[11/29] Compiling PerfectCRUD CodingNames.swift
/host/spi-builder-workspace/Sources/PerfectCRUD/Coding/CodingNames.swift:326:15: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func matches<T: Decodable>(_ type: T.Type) -> Bool {
                     ^
/host/spi-builder-workspace/Sources/PerfectCRUD/Coding/CodingNames.swift:318:17: note: 'T' previously declared here
struct SubTable<T: Decodable, R: Decodable>: SubTableProto {
                ^
[12/29] Compiling PerfectCRUD CodingRows.swift
/host/spi-builder-workspace/Sources/PerfectCRUD/Coding/CodingNames.swift:326:15: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func matches<T: Decodable>(_ type: T.Type) -> Bool {
                     ^
/host/spi-builder-workspace/Sources/PerfectCRUD/Coding/CodingNames.swift:318:17: note: 'T' previously declared here
struct SubTable<T: Decodable, R: Decodable>: SubTableProto {
                ^
[13/29] Compiling PerfectCRUD Create.swift
/host/spi-builder-workspace/Sources/PerfectCRUD/Coding/CodingNames.swift:326:15: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func matches<T: Decodable>(_ type: T.Type) -> Bool {
                     ^
/host/spi-builder-workspace/Sources/PerfectCRUD/Coding/CodingNames.swift:318:17: note: 'T' previously declared here
struct SubTable<T: Decodable, R: Decodable>: SubTableProto {
                ^
[14/29] Compiling PerfectCRUD Database.swift
/host/spi-builder-workspace/Sources/PerfectCRUD/Coding/CodingNames.swift:326:15: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func matches<T: Decodable>(_ type: T.Type) -> Bool {
                     ^
/host/spi-builder-workspace/Sources/PerfectCRUD/Coding/CodingNames.swift:318:17: note: 'T' previously declared here
struct SubTable<T: Decodable, R: Decodable>: SubTableProto {
                ^
[15/29] Compiling PerfectCRUD Logging.swift
[16/29] Compiling PerfectCRUD PerfectCRUD.swift
[17/29] Compiling PerfectCRUD Select.swift
[18/29] Compiling PerfectCRUD In.swift
[19/29] Compiling PerfectCRUD InInts.swift
[20/29] Compiling PerfectCRUD Like.swift
[21/29] Compiling PerfectCRUD Logical.swift
[22/29] Compiling PerfectCRUD Insert.swift
[23/29] Compiling PerfectCRUD Join.swift
[24/29] Compiling PerfectCRUD Equality.swift
[25/29] Compiling PerfectCRUD EqualityInts.swift
[26/29] Compiling PerfectCRUD Expression.swift
[27/29] Compiling PerfectCRUD Table.swift
[28/29] Compiling PerfectCRUD Update.swift
[29/29] Compiling PerfectCRUD Where.swift
Build complete! (13.42s)
Build complete.
Done.