The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LacrasteCloud, reference main (8a09c8), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 11:09:47 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/giovaninb/LacrasteCloud-SPM.git
Reference: main
Initialized empty Git repository in /Users/admin/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/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "lacrastecloud-spm",
      "name": "LacrasteCloud",
      "url": "https://github.com/giovaninb/LacrasteCloud-SPM.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LacrasteCloud-SPM",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/giovaninb/LacrasteCloud-SPM.git
[1/48] Fetching lacrastecloud-spm
Fetched https://github.com/giovaninb/LacrasteCloud-SPM.git from cache (0.66s)
Creating working copy for https://github.com/giovaninb/LacrasteCloud-SPM.git
Working copy of https://github.com/giovaninb/LacrasteCloud-SPM.git resolved at main (8a09c8a)
warning: '.resolve-product-dependencies': dependency 'lacrastecloud-spm' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/giovaninb/LacrasteCloud-SPM.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/9] Compiling LacrasteCloud Parser.swift
[4/9] Compiling LacrasteCloud LacrasteType.swift
[5/9] Compiling LacrasteCloud LacrasteStorage.swift
[6/9] Compiling LacrasteCloud PageFetcher.swift
/Users/admin/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 the Swift 6 language mode
10 | public typealias PagedCompletion<T: LacrasteStorage> = (Result<(elements: [T], moreRecords: PageFetcher<T>?), Error>) -> Void
11 |
12 | public class PageFetcher<T: LacrasteStorage> {
   |                          `- note: 'T' previously declared here
13 |
14 |     private let storageType: LacrasteType
   :
22 |     }
23 |
24 |     public func fetchPage<T: LacrasteStorage>(_ completionHandler: @escaping PagedCompletion<T>) {
   |                           `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
25 |
26 |         var listOfRecords: [T] = [] // A place to store the items as we get them
[7/9] Compiling LacrasteCloud LacrasteErrors.swift
[8/9] Compiling LacrasteCloud LacrasteCloud.swift
/Users/admin/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 [#DeprecatedDeclaration]
 90 |
 91 |         if #available(iOS 10.0, *) {
 92 |             let newSubscription = CKQuerySubscription(recordType: T.reference,
    |                                   `- warning: 'init(recordType:predicate:options:)' was deprecated in macOS 10.12: Provide an explicit CKSubscription.ID at CKSubscription-init time [#DeprecatedDeclaration]
 93 |                                                       predicate: NSPredicate(value: true),
 94 |                                                       options: [.firesOnRecordCreation, .firesOnRecordDeletion])
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[9/9] Emitting module LacrasteCloud
/Users/admin/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 the Swift 6 language mode
10 | public typealias PagedCompletion<T: LacrasteStorage> = (Result<(elements: [T], moreRecords: PageFetcher<T>?), Error>) -> Void
11 |
12 | public class PageFetcher<T: LacrasteStorage> {
   |                          `- note: 'T' previously declared here
13 |
14 |     private let storageType: LacrasteType
   :
22 |     }
23 |
24 |     public func fetchPage<T: LacrasteStorage>(_ completionHandler: @escaping PagedCompletion<T>) {
   |                           `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
25 |
26 |         var listOfRecords: [T] = [] // A place to store the items as we get them
Build complete! (4.31s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LacrasteCloud",
  "name" : "LacrasteCloud",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "LacrasteCloud",
      "targets" : [
        "LacrasteCloud"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LacrasteCloudTests",
      "module_type" : "SwiftTarget",
      "name" : "LacrasteCloudTests",
      "path" : "Tests/LacrasteCloudTests",
      "sources" : [
        "LacrasteCloudTests.swift"
      ],
      "target_dependencies" : [
        "LacrasteCloud"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LacrasteCloud",
      "module_type" : "SwiftTarget",
      "name" : "LacrasteCloud",
      "path" : "Sources/LacrasteCloud",
      "product_memberships" : [
        "LacrasteCloud"
      ],
      "sources" : [
        "LacrasteCloud.swift",
        "LacrasteErrors.swift",
        "LacrasteStorage.swift",
        "LacrasteType.swift",
        "PageFetcher.swift",
        "Parser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.