The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/paulw11/Seam3.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "seam3",
      "name": "Seam3",
      "url": "https://github.com/paulw11/Seam3.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Seam3",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/paulw11/Seam3.git
[1/2051] Fetching seam3
Fetched https://github.com/paulw11/Seam3.git (1.43s)
Creating working copy for https://github.com/paulw11/Seam3.git
Working copy of https://github.com/paulw11/Seam3.git resolved at master
warning: '.resolve-product-dependencies': dependency 'seam3' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/15] Compiling Seam3 SMBatchDeleteResult.swift
/Users/admin/builds/h8344Zi3/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
[2/15] Compiling Seam3 SMLogger.swift
/Users/admin/builds/h8344Zi3/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
[3/15] Compiling Seam3 SMServerTokenHandler.swift
[4/15] Compiling Seam3 SMServerZoneLookupOperation.swift
[5/15] Compiling Seam3 SMObjectDependencyGraph.swift
/Users/admin/builds/h8344Zi3/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/h8344Zi3/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, *) {
        ^
[6/15] Compiling Seam3 SMServerStoreSetupOperation.swift
/Users/admin/builds/h8344Zi3/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/h8344Zi3/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, *) {
        ^
[7/16] Compiling Seam3 CKRecordZoneID+Helpers.swift
[8/16] Compiling Seam3 NSEntityDescription+Helpers.swift
[9/16] Compiling Seam3 NSManagedObject+CKRecord.swift
/Users/admin/builds/h8344Zi3/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)
                                                                                                      ^
[10/16] Compiling Seam3 NSManagedObjectContext+Helpers.swift
/Users/admin/builds/h8344Zi3/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/16] Compiling Seam3 CKRecord+NSManagedObject.swift
[12/16] Compiling Seam3 CKRecordZone+Helpers.swift
[13/16] Compiling Seam3 SMStore.swift
/Users/admin/builds/h8344Zi3/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
                              ^
[14/16] Compiling Seam3 SMStoreChangeSetHandler.swift
/Users/admin/builds/h8344Zi3/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
                              ^
[15/16] Emitting module Seam3
/Users/admin/builds/h8344Zi3/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
[16/16] Compiling Seam3 SMStoreSyncOperation.swift
Build complete! (13.79s)
Build complete.
Done.