Build Information
Successful build of LacrasteCloud, reference 0.1.2 (ee173c), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 09:32:47 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/giovaninb/LacrasteCloud-SPM.git
Reference: 0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/giovaninb/LacrasteCloud-SPM
* tag 0.1.2 -> FETCH_HEAD
HEAD is now at ee173cd Merge remote-tracking branch 'refs/remotes/origin/main'
Cloned https://github.com/giovaninb/LacrasteCloud-SPM.git
Revision (git rev-parse @):
ee173cda52eb5426f89eb65440fe01c42b3d5a74
SUCCESS checkout https://github.com/giovaninb/LacrasteCloud-SPM.git at 0.1.2
========================================
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.59s)
Creating working copy for https://github.com/giovaninb/LacrasteCloud-SPM.git
Working copy of https://github.com/giovaninb/LacrasteCloud-SPM.git resolved at 0.1.2 (ee173cd)
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 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
[5/9] Compiling LacrasteCloud LacrasteType.swift
[6/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
[7/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>
[8/9] Compiling LacrasteCloud LacrasteErrors.swift
[9/9] Compiling LacrasteCloud LacrasteStorage.swift
Build complete! (4.72s)
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.