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-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jcfalkenberg/stitch.git
Reference: 1.0.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/jcfalkenberg/stitch
 * tag               1.0.0      -> FETCH_HEAD
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 into spi-builder-workspace
260708b47817a47f875806dddc7c956202af9d29
SUCCESS checkout https://github.com/jcfalkenberg/stitch.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Building for debugging...
[1/21] Emitting module Stitch
[2/23] Compiling Stitch NSManagedObjectContext+Stitch.swift
[3/23] Compiling Stitch NSManagedObjectModel+Stitch.swift
[4/23] Compiling Stitch NSPredicate+Stitch.swift
[5/23] Compiling Stitch SyncOperation.swift
[6/23] Compiling Stitch SyncPushOperation.swift
[7/23] Compiling Stitch NSEntityDescription+Stitch.swift
/Users/builder/builds/TDmZkXJm/0/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
      ^
[8/23] Compiling Stitch NSFetchRequest+Stitch.swift
/Users/builder/builds/TDmZkXJm/0/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
      ^
[9/23] Compiling Stitch NSManagedObject+CKRecord.swift
/Users/builder/builds/TDmZkXJm/0/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
      ^
[10/23] Compiling Stitch SyncEntityDownloadOperations.swift
[11/23] Compiling Stitch SyncFetchOperation.swift
[12/23] Compiling Stitch CKRecord+NSManagedObject.swift
[13/23] Compiling Stitch ChangeSet.swift
[14/23] Compiling Stitch CloudKitSetupOperations.swift
[15/23] Compiling Stitch Stitch.swift
[16/23] Compiling Stitch SyncAssetDownloadOperation.swift
[17/23] Compiling Stitch SyncCollectionExtensions.swift
[18/23] Compiling Stitch Stitch+Batch.swift
[19/23] Compiling Stitch Stitch+ChangeSets.swift
[20/23] Compiling Stitch Stitch+Fetch.swift
[21/23] Compiling Stitch Stitch+Save.swift
[22/23] Compiling Stitch Stitch+Sync.swift
[23/23] Compiling Stitch Stitch+Token.swift
Build complete! (8.12s)
Build complete.
Done.