The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PerfectCRUD with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4609320-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/perfectlysoft/perfect-crud.git
Reference: master
Cloned https://github.com/perfectlysoft/perfect-crud.git into spi-builder-workspace
SUCCESS checkout https://github.com/perfectlysoft/perfect-crud.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[1/24] 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 {
                ^
[2/27] Compiling PerfectCRUD Logical.swift
[3/27] Compiling PerfectCRUD Insert.swift
[4/27] Compiling PerfectCRUD Join.swift
[5/27] Compiling PerfectCRUD Equality.swift
[6/27] Compiling PerfectCRUD EqualityInts.swift
[7/27] Compiling PerfectCRUD Expression.swift
[8/27] Compiling PerfectCRUD Delete.swift
[9/27] Compiling PerfectCRUD Comparison.swift
[10/27] Compiling PerfectCRUD ComparisonInts.swift
[11/27] Compiling PerfectCRUD In.swift
[12/27] Compiling PerfectCRUD InInts.swift
[13/27] Compiling PerfectCRUD Like.swift
[14/27] Compiling PerfectCRUD Table.swift
[15/27] Compiling PerfectCRUD Update.swift
[16/27] Compiling PerfectCRUD Where.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
/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 {
                ^
[21/27] 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 {
                ^
[22/27] 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 {
                ^
[23/27] 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 {
                ^
[24/27] Compiling PerfectCRUD Coding.swift
[25/27] Compiling PerfectCRUD CodingBindings.swift
[26/27] Compiling PerfectCRUD CodingJoins.swift
[27/27] Compiling PerfectCRUD CodingKeyPaths.swift
Build complete! (13.67s)
Build complete.
Done.

Build Machine: Linux 2