The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Seam3, reference 1.5.8 (a011ee), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 21:07:21 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/paulw11/Seam3.git
Reference: 1.5.8
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/paulw11/Seam3
 * tag               1.5.8      -> FETCH_HEAD
HEAD is now at a011ee3 Tag 1.5.8
Cloned https://github.com/paulw11/Seam3.git
Revision (git rev-parse @):
a011ee34d19c99e705f3721ac03dcf8577402a74
SUCCESS checkout https://github.com/paulw11/Seam3.git at 1.5.8
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/paulw11/Seam3.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/17] Compiling Seam3 SMServerZoneLookupOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/SMServerZoneLookupOperation.swift:34:7: warning: class 'SMServerZoneLookupOperation' must restate inherited '@unchecked Sendable' conformance
32 | import CloudKit
33 |
34 | class SMServerZoneLookupOperation:Operation {
   |       `- warning: class 'SMServerZoneLookupOperation' must restate inherited '@unchecked Sendable' conformance
35 |
36 |   var database:CKDatabase?
[4/17] Emitting module Seam3
/Users/admin/builder/spi-builder-workspace/Sources/Classes/SMLogger.swift:20:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
18 | }
19 |
20 | public protocol SMLogDelegate: class {
   |                                `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
21 |   func log(_ message: @autoclosure() -> String, type: SMLogType)
22 |   func info(_ message: @autoclosure() -> String)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/SMServerStoreSetupOperation.swift:33:7: warning: class 'SMServerStoreSetupOperation' must restate inherited '@unchecked Sendable' conformance
 31 | import CloudKit
 32 |
 33 | class SMServerStoreSetupOperation:Operation {
    |       `- warning: class 'SMServerStoreSetupOperation' must restate inherited '@unchecked Sendable' conformance
 34 |
 35 |     var database:CKDatabase?
/Users/admin/builder/spi-builder-workspace/Sources/Classes/SMServerZoneLookupOperation.swift:34:7: warning: class 'SMServerZoneLookupOperation' must restate inherited '@unchecked Sendable' conformance
32 | import CloudKit
33 |
34 | class SMServerZoneLookupOperation:Operation {
   |       `- warning: class 'SMServerZoneLookupOperation' must restate inherited '@unchecked Sendable' conformance
35 |
36 |   var database:CKDatabase?
/Users/admin/builder/spi-builder-workspace/Sources/Classes/SMStoreSyncOperation.swift:68:7: warning: class 'SMStoreSyncOperation' must restate inherited '@unchecked Sendable' conformance
 66 |
 67 |
 68 | class SMStoreSyncOperation: Operation {
    |       `- warning: class 'SMStoreSyncOperation' must restate inherited '@unchecked Sendable' conformance
 69 |
 70 |     static let SMStoreSyncOperationErrorDomain = "SMStoreSyncOperationDomain"
[5/17] Compiling Seam3 CKRecord+NSManagedObject.swift
[6/17] Compiling Seam3 CKRecordZone+Helpers.swift
[7/18] Compiling Seam3 SMBatchDeleteResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/SMLogger.swift:20:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
18 | }
19 |
20 | public protocol SMLogDelegate: class {
   |                                `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
21 |   func log(_ message: @autoclosure() -> String, type: SMLogType)
22 |   func info(_ message: @autoclosure() -> String)
[8/18] Compiling Seam3 SMLogger.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/SMLogger.swift:20:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
18 | }
19 |
20 | public protocol SMLogDelegate: class {
   |                                `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
21 |   func log(_ message: @autoclosure() -> String, type: SMLogType)
22 |   func info(_ message: @autoclosure() -> String)
[9/18] Compiling Seam3 NSManagedObject+CKRecord.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/NSManagedObject+CKRecord.swift:133:103: warning: 'Action' is deprecated in macOS: renamed to CKRecord.ReferenceAction [#DeprecatedDeclaration]
131 |                     let ckRecordZoneID: CKRecordZone.ID = CKRecordZone.ID.smCloudStoreCustomZoneID()
132 |                     let ckRecordID: CKRecord.ID = CKRecord.ID(recordName: recordIDString, zoneID: ckRecordZoneID)
133 |                     ckReference = CKRecord.Reference(recordID: ckRecordID, action: CKRecord.Reference.Action.deleteSelf)
    |                                                                                                       `- warning: 'Action' is deprecated in macOS: renamed to CKRecord.ReferenceAction [#DeprecatedDeclaration]
134 |                 }
135 |             }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[10/18] Compiling Seam3 NSManagedObjectContext+Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/NSManagedObject+CKRecord.swift:133:103: warning: 'Action' is deprecated in macOS: renamed to CKRecord.ReferenceAction [#DeprecatedDeclaration]
131 |                     let ckRecordZoneID: CKRecordZone.ID = CKRecordZone.ID.smCloudStoreCustomZoneID()
132 |                     let ckRecordID: CKRecord.ID = CKRecord.ID(recordName: recordIDString, zoneID: ckRecordZoneID)
133 |                     ckReference = CKRecord.Reference(recordID: ckRecordID, action: CKRecord.Reference.Action.deleteSelf)
    |                                                                                                       `- warning: 'Action' is deprecated in macOS: renamed to CKRecord.ReferenceAction [#DeprecatedDeclaration]
134 |                 }
135 |             }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[11/18] Compiling Seam3 SMServerTokenHandler.swift
[12/18] Compiling Seam3 SMStoreChangeSetHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/SMStoreChangeSetHandler.swift:95:31: warning: 'isIndexed' was deprecated in macOS 10.13: Use NSEntityDescription.indexes instead [#DeprecatedDeclaration]
 93 |         if #available(iOS 11.0, macOS 10.14, tvOS 11.0, *) {
 94 |         } else {
 95 |             recordIDAttribute.isIndexed = true
    |                               `- warning: 'isIndexed' was deprecated in macOS 10.13: Use NSEntityDescription.indexes instead [#DeprecatedDeclaration]
 96 |         }
 97 |         changeSetEntity.properties.append(recordIDAttribute)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[13/18] Compiling Seam3 SMStore.swift
[14/18] Compiling Seam3 CKRecordZoneID+Helpers.swift
[15/18] Compiling Seam3 NSEntityDescription+Helpers.swift
[16/18] Compiling Seam3 SMObjectDependencyGraph.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/SMServerStoreSetupOperation.swift:57:19: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
 51 |
 52 |         let fetchRecordZonesOperation = CKFetchRecordZonesOperation(recordZoneIDs: [zone.zoneID])
 53 |         if #available(iOS 11.0, tvOS 11.0, OSX 10.13, *) {
    |         `- note: enclosing scope here
 54 |             let config = CKOperation.Configuration()
 55 |             config.timeoutIntervalForResource = 10.0
 56 |             fetchRecordZonesOperation.configuration = config
 57 |         } else if #available(iOS 10.0, tvOS 11.0, OSX 10.12, *) {
    |                   `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
 58 |             fetchRecordZonesOperation.timeoutIntervalForResource = 10.0
 59 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Classes/SMServerStoreSetupOperation.swift:33:7: warning: class 'SMServerStoreSetupOperation' must restate inherited '@unchecked Sendable' conformance
 31 | import CloudKit
 32 |
 33 | class SMServerStoreSetupOperation:Operation {
    |       `- warning: class 'SMServerStoreSetupOperation' must restate inherited '@unchecked Sendable' conformance
 34 |
 35 |     var database:CKDatabase?
[17/18] Compiling Seam3 SMServerStoreSetupOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/SMServerStoreSetupOperation.swift:57:19: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
 51 |
 52 |         let fetchRecordZonesOperation = CKFetchRecordZonesOperation(recordZoneIDs: [zone.zoneID])
 53 |         if #available(iOS 11.0, tvOS 11.0, OSX 10.13, *) {
    |         `- note: enclosing scope here
 54 |             let config = CKOperation.Configuration()
 55 |             config.timeoutIntervalForResource = 10.0
 56 |             fetchRecordZonesOperation.configuration = config
 57 |         } else if #available(iOS 10.0, tvOS 11.0, OSX 10.12, *) {
    |                   `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
 58 |             fetchRecordZonesOperation.timeoutIntervalForResource = 10.0
 59 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Classes/SMServerStoreSetupOperation.swift:33:7: warning: class 'SMServerStoreSetupOperation' must restate inherited '@unchecked Sendable' conformance
 31 | import CloudKit
 32 |
 33 | class SMServerStoreSetupOperation:Operation {
    |       `- warning: class 'SMServerStoreSetupOperation' must restate inherited '@unchecked Sendable' conformance
 34 |
 35 |     var database:CKDatabase?
[18/18] Compiling Seam3 SMStoreSyncOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/SMStoreSyncOperation.swift:68:7: warning: class 'SMStoreSyncOperation' must restate inherited '@unchecked Sendable' conformance
 66 |
 67 |
 68 | class SMStoreSyncOperation: Operation {
    |       `- warning: class 'SMStoreSyncOperation' must restate inherited '@unchecked Sendable' conformance
 69 |
 70 |     static let SMStoreSyncOperationErrorDomain = "SMStoreSyncOperationDomain"
Build complete! (4.52s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Seam3",
  "name" : "Seam3",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "Seam3",
      "targets" : [
        "Seam3"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Seam3",
      "module_type" : "SwiftTarget",
      "name" : "Seam3",
      "path" : "Sources/Classes",
      "product_memberships" : [
        "Seam3"
      ],
      "sources" : [
        "CKRecord+NSManagedObject.swift",
        "CKRecordZone+Helpers.swift",
        "CKRecordZoneID+Helpers.swift",
        "NSEntityDescription+Helpers.swift",
        "NSManagedObject+CKRecord.swift",
        "NSManagedObjectContext+Helpers.swift",
        "SMBatchDeleteResult.swift",
        "SMLogger.swift",
        "SMObjectDependencyGraph.swift",
        "SMServerStoreSetupOperation.swift",
        "SMServerTokenHandler.swift",
        "SMServerZoneLookupOperation.swift",
        "SMStore.swift",
        "SMStoreChangeSetHandler.swift",
        "SMStoreSyncOperation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.