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.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.28.6
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/Perfect-CRUD.git
Reference: 2.1.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "perfect-crud",
      "name": "PerfectCRUD",
      "url": "https://github.com/richardpiazza/Perfect-CRUD.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Perfect-CRUD",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/richardpiazza/Perfect-CRUD.git from cache
Fetched https://github.com/richardpiazza/Perfect-CRUD.git (0.16s)
Creating working copy for https://github.com/richardpiazza/Perfect-CRUD.git
Working copy of https://github.com/richardpiazza/Perfect-CRUD.git resolved at 2.1.0
warning: '.resolve-product-dependencies': dependency 'perfect-crud' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
https://github.com/richardpiazza/Perfect-CRUD.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[1/24] Compiling PerfectCRUD In.swift
[2/24] Compiling PerfectCRUD InInts.swift
[3/24] Compiling PerfectCRUD Like.swift
[4/27] Compiling PerfectCRUD Equality.swift
[5/27] Compiling PerfectCRUD EqualityInts.swift
[6/27] Compiling PerfectCRUD Expression.swift
[7/27] Compiling PerfectCRUD Delete.swift
[8/27] Compiling PerfectCRUD Comparison.swift
[9/27] Compiling PerfectCRUD ComparisonInts.swift
[10/27] Compiling PerfectCRUD Logical.swift
[11/27] Compiling PerfectCRUD Insert.swift
[12/27] Compiling PerfectCRUD Join.swift
[13/27] Emitting module PerfectCRUD
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/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 {
                     ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PerfectCRUD/Coding/CodingNames.swift:318:17: note: 'T' previously declared here
struct SubTable<T: Decodable, R: Decodable>: SubTableProto {
                ^
[14/27] Compiling PerfectCRUD Logging.swift
[15/27] Compiling PerfectCRUD PerfectCRUD.swift
[16/27] Compiling PerfectCRUD Select.swift
[17/27] Compiling PerfectCRUD Coding.swift
[18/27] Compiling PerfectCRUD CodingBindings.swift
[19/27] Compiling PerfectCRUD CodingJoins.swift
[20/27] Compiling PerfectCRUD CodingKeyPaths.swift
[21/27] Compiling PerfectCRUD CodingNames.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/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 {
                     ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/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 CodingRows.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/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 {
                     ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/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 Create.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/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 {
                     ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/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 Database.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/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 {
                     ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PerfectCRUD/Coding/CodingNames.swift:318:17: note: 'T' previously declared here
struct SubTable<T: Decodable, R: Decodable>: SubTableProto {
                ^
[25/27] Compiling PerfectCRUD Table.swift
[26/27] Compiling PerfectCRUD Update.swift
[27/27] Compiling PerfectCRUD Where.swift
Build complete! (5.99s)
Build complete.
Done.