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 CypherPoetSwiftUIReduxUtils, reference main (c2db00), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 09:22:49 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/CypherPoet/SwiftUIReduxUtils.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CypherPoet/SwiftUIReduxUtils
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c2db00c 0.5.0
Cloned https://github.com/CypherPoet/SwiftUIReduxUtils.git
Revision (git rev-parse @):
c2db00c6d727972edd9926faf424a8066eec99fd
SUCCESS checkout https://github.com/CypherPoet/SwiftUIReduxUtils.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/CypherPoet/SwiftUIReduxUtils.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/6] Compiling SwiftUIReduxUtils Reducer.swift
[4/6] Compiling SwiftUIReduxUtils Store.swift
[5/6] Emitting module SwiftUIReduxUtils
[6/6] Compiling SwiftUIReduxUtils Middleware.swift
Build complete! (7.08s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CypherPoetSwiftUIReduxUtils",
  "name" : "CypherPoetSwiftUIReduxUtils",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftUIReduxUtils",
      "targets" : [
        "SwiftUIReduxUtils"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftUIReduxUtilsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUIReduxUtilsTests",
      "path" : "Tests/SwiftUIReduxUtils",
      "sources" : [
        "SwiftUIReduxUtilsTests.swift"
      ],
      "target_dependencies" : [
        "SwiftUIReduxUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftUIReduxUtils",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUIReduxUtils",
      "path" : "Sources/SwiftUIReduxUtils",
      "product_memberships" : [
        "SwiftUIReduxUtils"
      ],
      "sources" : [
        "Middleware.swift",
        "Reducer.swift",
        "Store.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.