Build Information
Successful build of Seam3, reference master (7fa199
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 21:08:07 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/paulw11/Seam3
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 7fa199d Update project settings
Cloned https://github.com/paulw11/Seam3.git
Revision (git rev-parse @):
7fa199dd77d485751201a71e5affd93001f48eb0
SUCCESS checkout https://github.com/paulw11/Seam3.git at master
========================================
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 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>
[4/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?
[5/18] Compiling Seam3 SMServerTokenHandler.swift
[6/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?
[7/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?
[8/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)
[9/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)
[10/18] Compiling Seam3 CKRecordZoneID+Helpers.swift
[11/18] Compiling Seam3 NSEntityDescription+Helpers.swift
[12/18] 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"
[13/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>
[14/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>
[15/18] Compiling Seam3 SMStore.swift
[16/18] Compiling Seam3 CKRecord+NSManagedObject.swift
[17/18] Compiling Seam3 CKRecordZone+Helpers.swift
[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.74s)
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.