The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LacrasteCloud with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/giovaninb/LacrasteCloud-SPM.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/giovaninb/LacrasteCloud-SPM
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8a09c8a Adding predicate on getAllPaginatedAndSorted
Cloned https://github.com/giovaninb/LacrasteCloud-SPM.git
Revision (git rev-parse @):
8a09c8a451247ca583ac99f08981926f83e0a97d
SUCCESS checkout https://github.com/giovaninb/LacrasteCloud-SPM.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "lacrastecloud-spm",
      "name": "LacrasteCloud",
      "url": "https://github.com/giovaninb/LacrasteCloud-SPM.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LacrasteCloud-SPM",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/giovaninb/LacrasteCloud-SPM.git
[1/48] Fetching lacrastecloud-spm
Fetched https://github.com/giovaninb/LacrasteCloud-SPM.git (0.29s)
Creating working copy for https://github.com/giovaninb/LacrasteCloud-SPM.git
Working copy of https://github.com/giovaninb/LacrasteCloud-SPM.git resolved at main
warning: '.resolve-product-dependencies': dependency 'lacrastecloud-spm' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/7] Compiling LacrasteCloud LacrasteErrors.swift
[2/7] Compiling LacrasteCloud Parser.swift
[3/7] Compiling LacrasteCloud PageFetcher.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LacrasteCloud/PageFetcher.swift:24:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func fetchPage<T: LacrasteStorage>(_ completionHandler: @escaping PagedCompletion<T>) {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LacrasteCloud/PageFetcher.swift:12:26: note: 'T' previously declared here
public class PageFetcher<T: LacrasteStorage> {
                         ^
[4/7] Compiling LacrasteCloud LacrasteType.swift
[5/7] Compiling LacrasteCloud LacrasteStorage.swift
[6/7] Compiling LacrasteCloud LacrasteCloud.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LacrasteCloud/LacrasteCloud.swift:92:35: warning: 'init(recordType:predicate:options:)' was deprecated in macOS 10.12: Provide an explicit CKSubscription.ID at CKSubscription-init time
            let newSubscription = CKQuerySubscription(recordType: T.reference,
                                  ^
[7/7] Emitting module LacrasteCloud
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LacrasteCloud/PageFetcher.swift:24:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func fetchPage<T: LacrasteStorage>(_ completionHandler: @escaping PagedCompletion<T>) {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LacrasteCloud/PageFetcher.swift:12:26: note: 'T' previously declared here
public class PageFetcher<T: LacrasteStorage> {
                         ^
Build complete! (33.64s)
Build complete.
Done.