The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of YPersistence 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/codeandtheory/ypersistence-ios.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/codeandtheory/ypersistence-ios
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7de3f7c [1346] Mark functionality for records (#14)
Cloned https://github.com/codeandtheory/ypersistence-ios.git
Revision (git rev-parse @):
7de3f7c4ef82dabd8db12406cfb5b7c004caef45
SPI manifest file found: $PWD/checkout/.spi.yml
SUCCESS checkout https://github.com/codeandtheory/ypersistence-ios.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "ypersistence-ios",
      "name": "YPersistence",
      "url": "https://github.com/codeandtheory/ypersistence-ios.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ypersistence-ios",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/codeandtheory/ypersistence-ios.git
[1/432] Fetching ypersistence-ios
Fetched https://github.com/codeandtheory/ypersistence-ios.git (0.46s)
Creating working copy for https://github.com/codeandtheory/ypersistence-ios.git
Working copy of https://github.com/codeandtheory/ypersistence-ios.git resolved at main
warning: '.resolve-product-dependencies': dependency 'ypersistence-ios' 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/17] Compiling YPersistence CoreModel.swift
[2/17] Compiling YPersistence DataRecord.swift
[3/19] Compiling YPersistence DispatchQueue+executeOnMain.swift
[4/19] Compiling YPersistence NSManagedObjectContext+SaveChanges.swift
[5/19] Compiling YPersistence NSManagedObjectModel+init.swift
[6/19] Emitting module YPersistence
[7/19] Compiling YPersistence RecordToModel.swift
[8/19] Compiling YPersistence SyncRecord.swift
[9/19] Compiling YPersistence PersistenceManager+BulkDelete.swift
[10/19] Compiling YPersistence PersistenceManager+Clear.swift
[11/19] Compiling YPersistence PersistenceManager+Delete.swift
[12/19] Compiling YPersistence PersistenceManager+Sync.swift
[13/19] Compiling YPersistence PersistenceManager.swift
[14/19] Compiling YPersistence PersistenceManager+Fetch.swift
[15/19] Compiling YPersistence PersistenceManager+Save.swift
[16/19] Compiling YPersistence ModelRepresentable.swift
[17/19] Compiling YPersistence RecordFromModel.swift
[18/19] Compiling YPersistence SortColumn.swift
[19/19] Compiling YPersistence SortInfo.swift
Build complete! (12.28s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/YPersistenceTests/Assets/YPersistence.xcdatamodeld
Build complete.
Done.