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 main (173a42), with Swift 6.1 for macOS (SPM) on 24 May 2025 13:50:56 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Tunous/SwiftUIUndo.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Tunous/SwiftUIUndo
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftuiundo",
      "name": "SwiftUIUndo",
      "url": "https://github.com/Tunous/SwiftUIUndo.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftUIUndo",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Tunous/SwiftUIUndo.git
[1/59] Fetching swiftuiundo
Fetched https://github.com/Tunous/SwiftUIUndo.git from cache (0.64s)
Creating working copy for https://github.com/Tunous/SwiftUIUndo.git
Working copy of https://github.com/Tunous/SwiftUIUndo.git resolved at main (173a424)
warning: '.resolve-product-dependencies': dependency 'swiftuiundo' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Tunous/SwiftUIUndo.git
https://github.com/Tunous/SwiftUIUndo.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/9] Compiling SwiftUIUndo UndoRedoAwareModifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[4/9] Compiling SwiftUIUndo View+Undo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[5/9] Compiling SwiftUIUndo UndoRedoShakeAlertModifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[6/9] Emitting module SwiftUIUndo
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[7/9] Compiling SwiftUIUndo UndoManager+Util.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/9] Compiling SwiftUIUndo DeviceShakeViewModifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/9] Compiling SwiftUIUndo UndoHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (8.86s)
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.