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 SwiftUIUndo, reference 1.0.0 (173a42), with Swift 6.2 (beta) for macOS (SPM) on 24 Jun 2025 05:14:21 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/Tunous/SwiftUIUndo.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Tunous/SwiftUIUndo
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 173a424 Add license, update readme
Cloned https://github.com/Tunous/SwiftUIUndo.git
Revision (git rev-parse @):
173a424960aca0a9190d76c57636563d6e97bd0b
SUCCESS checkout https://github.com/Tunous/SwiftUIUndo.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Tunous/SwiftUIUndo.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/9] Compiling SwiftUIUndo UndoRedoAwareModifier.swift
[4/9] Compiling SwiftUIUndo UndoManager+Util.swift
[5/9] Compiling SwiftUIUndo UndoHandler.swift
[6/9] Compiling SwiftUIUndo View+Undo.swift
[7/9] Compiling SwiftUIUndo UndoRedoShakeAlertModifier.swift
[8/9] Compiling SwiftUIUndo DeviceShakeViewModifier.swift
[9/9] Emitting module SwiftUIUndo
Build complete! (10.05s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftUIUndo",
  "name" : "SwiftUIUndo",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftUIUndo",
      "targets" : [
        "SwiftUIUndo"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftUIUndo",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUIUndo",
      "path" : "Sources/SwiftUIUndo",
      "product_memberships" : [
        "SwiftUIUndo"
      ],
      "sources" : [
        "Internal/DeviceShakeViewModifier.swift",
        "Internal/UndoHandler.swift",
        "Internal/UndoManager+Util.swift",
        "Internal/UndoRedoAwareModifier.swift",
        "Internal/UndoRedoShakeAlertModifier.swift",
        "View+Undo.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.