The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Monarch, reference main (044d23), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 11:43:25 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mergesort/Monarch.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mergesort/Monarch
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 044d233 Updating MigrationRunner to cache, avoiding issues where UserDefaults doesn't update fast enough
Cloned https://github.com/mergesort/Monarch.git
Revision (git rev-parse @):
044d233885ad564fc17b9f21eb7188bb6995a91d
SUCCESS checkout https://github.com/mergesort/Monarch.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mergesort/Monarch.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/10] Compiling Monarch MigrationContext.swift
[4/10] Compiling Monarch MigrationBuilder.swift
[5/10] Emitting module Monarch
[6/10] Compiling Monarch MigrationRunner.swift
[7/10] Compiling Monarch MigrationDependency.swift
[8/10] Compiling Monarch Migration.swift
[9/10] Compiling Monarch View+Migrations.swift
[10/10] Compiling Monarch MigrationGroup.swift
Build complete! (7.76s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Monarch",
  "name" : "Monarch",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Monarch",
      "targets" : [
        "Monarch"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MonarchTests",
      "module_type" : "SwiftTarget",
      "name" : "MonarchTests",
      "path" : "Tests/MonarchTests",
      "sources" : [
        "Migration.Tests.swift",
        "Monarch.Tests.swift"
      ],
      "target_dependencies" : [
        "Monarch"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Monarch",
      "module_type" : "SwiftTarget",
      "name" : "Monarch",
      "path" : "Sources/Monarch",
      "product_memberships" : [
        "Monarch"
      ],
      "sources" : [
        "Internal/MigrationContext.swift",
        "Migration.swift",
        "MigrationBuilder.swift",
        "MigrationDependency.swift",
        "MigrationGroup.swift",
        "MigrationRunner.swift",
        "View+Migrations.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.