The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Stitch 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/jcfalkenberg/stitch.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/jcfalkenberg/stitch
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 260708b Stitch: Documentation updates! Add some documentation about working with Objective-C and swift packages Add documentation to *most* StitchStore public methods. Some should *not* be called directly by the developer.
Cloned https://github.com/jcfalkenberg/stitch.git
Revision (git rev-parse @):
260708b47817a47f875806dddc7c956202af9d29
SUCCESS checkout https://github.com/jcfalkenberg/stitch.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "stitch",
      "name": "Stitch",
      "url": "https://github.com/jcfalkenberg/stitch.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/stitch",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/jcfalkenberg/stitch.git
[1/862] Fetching stitch
Fetched https://github.com/jcfalkenberg/stitch.git (0.36s)
Creating working copy for https://github.com/jcfalkenberg/stitch.git
Working copy of https://github.com/jcfalkenberg/stitch.git resolved at master
warning: '.resolve-product-dependencies': dependency 'stitch' 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/21] Compiling Stitch NSManagedObjectContext+Stitch.swift
[2/21] Compiling Stitch NSManagedObjectModel+Stitch.swift
[3/21] Compiling Stitch NSPredicate+Stitch.swift
[4/23] Compiling Stitch SyncEntityDownloadOperations.swift
[5/23] Compiling Stitch SyncFetchOperation.swift
[6/23] Compiling Stitch CKRecord+NSManagedObject.swift
[7/23] Compiling Stitch ChangeSet.swift
[8/23] Compiling Stitch CloudKitSetupOperations.swift
[9/23] Compiling Stitch Stitch+Batch.swift
[10/23] Compiling Stitch Stitch+ChangeSets.swift
[11/23] Compiling Stitch Stitch+Fetch.swift
[12/23] Compiling Stitch Stitch.swift
[13/23] Compiling Stitch SyncAssetDownloadOperation.swift
[14/23] Compiling Stitch SyncCollectionExtensions.swift
[15/23] Compiling Stitch NSEntityDescription+Stitch.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Stitch/NSEntityDescription+Stitch.swift:20:7: warning: 'isIndexed' was deprecated in macOS 10.13: Use NSEntityDescription.indexes instead
      isIndexed = indexed
      ^
[16/23] Compiling Stitch NSFetchRequest+Stitch.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Stitch/NSEntityDescription+Stitch.swift:20:7: warning: 'isIndexed' was deprecated in macOS 10.13: Use NSEntityDescription.indexes instead
      isIndexed = indexed
      ^
[17/23] Compiling Stitch NSManagedObject+CKRecord.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Stitch/NSEntityDescription+Stitch.swift:20:7: warning: 'isIndexed' was deprecated in macOS 10.13: Use NSEntityDescription.indexes instead
      isIndexed = indexed
      ^
[18/23] Emitting module Stitch
[19/23] Compiling Stitch Stitch+Save.swift
[20/23] Compiling Stitch Stitch+Sync.swift
[21/23] Compiling Stitch Stitch+Token.swift
[22/23] Compiling Stitch SyncOperation.swift
[23/23] Compiling Stitch SyncPushOperation.swift
Build complete! (14.15s)
Build complete.
Done.