The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Seam3 with Swift 5.10 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/paulw11/Seam3.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-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:             5.10
Building package at path:  $workDir
https://github.com/paulw11/Seam3.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/17] Compiling Seam3 SMServerTokenHandler.swift
[4/17] Compiling Seam3 SMServerZoneLookupOperation.swift
[5/18] Compiling Seam3 SMStore.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/SMStoreChangeSetHandler.swift:95:31: warning: 'isIndexed' was deprecated in macOS 10.13: Use NSEntityDescription.indexes instead
            recordIDAttribute.isIndexed = true
                              ^
[6/18] Compiling Seam3 SMStoreChangeSetHandler.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/SMStoreChangeSetHandler.swift:95:31: warning: 'isIndexed' was deprecated in macOS 10.13: Use NSEntityDescription.indexes instead
            recordIDAttribute.isIndexed = true
                              ^
[7/18] Compiling Seam3 SMBatchDeleteResult.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-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
public protocol SMLogDelegate: class {
                               ^~~~~
                               AnyObject
[8/18] Compiling Seam3 SMLogger.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-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
public protocol SMLogDelegate: class {
                               ^~~~~
                               AnyObject
[9/18] Emitting module Seam3
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-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
public protocol SMLogDelegate: class {
                               ^~~~~
                               AnyObject
[10/18] Compiling Seam3 NSManagedObject+CKRecord.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/NSManagedObject+CKRecord.swift:133:103: warning: 'Action' is deprecated in macOS: renamed to CKRecord.ReferenceAction
                    ckReference = CKRecord.Reference(recordID: ckRecordID, action: CKRecord.Reference.Action.deleteSelf)
                                                                                                      ^
[11/18] Compiling Seam3 NSManagedObjectContext+Helpers.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/NSManagedObject+CKRecord.swift:133:103: warning: 'Action' is deprecated in macOS: renamed to CKRecord.ReferenceAction
                    ckReference = CKRecord.Reference(recordID: ckRecordID, action: CKRecord.Reference.Action.deleteSelf)
                                                                                                      ^
[12/18] Compiling Seam3 SMObjectDependencyGraph.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/SMServerStoreSetupOperation.swift:57:19: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
        } else if #available(iOS 10.0, tvOS 11.0, OSX 10.12, *) {
                  ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/SMServerStoreSetupOperation.swift:53:9: note: enclosing scope here
        if #available(iOS 11.0, tvOS 11.0, OSX 10.13, *) {
        ^
[13/18] Compiling Seam3 SMServerStoreSetupOperation.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/SMServerStoreSetupOperation.swift:57:19: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
        } else if #available(iOS 10.0, tvOS 11.0, OSX 10.12, *) {
                  ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/SMServerStoreSetupOperation.swift:53:9: note: enclosing scope here
        if #available(iOS 11.0, tvOS 11.0, OSX 10.13, *) {
        ^
[14/18] Compiling Seam3 CKRecord+NSManagedObject.swift
[15/18] Compiling Seam3 CKRecordZone+Helpers.swift
[16/18] Compiling Seam3 CKRecordZoneID+Helpers.swift
[17/18] Compiling Seam3 NSEntityDescription+Helpers.swift
[18/18] Compiling Seam3 SMStoreSyncOperation.swift
Build complete! (8.17s)
Build complete.
Done.