The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CypherPoetSwiftUIReduxUtils, reference 0.5.0 (c2db00), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 20:55:01 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CypherPoet/SwiftUIReduxUtils.git
Reference: 0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CypherPoet/SwiftUIReduxUtils
 * tag               0.5.0      -> FETCH_HEAD
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 0.5.0
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swiftuireduxutils",
      "name": "CypherPoetSwiftUIReduxUtils",
      "url": "https://github.com/CypherPoet/SwiftUIReduxUtils.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftUIReduxUtils",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/CypherPoet/SwiftUIReduxUtils.git
[1/281] Fetching swiftuireduxutils
Fetched https://github.com/CypherPoet/SwiftUIReduxUtils.git from cache (0.99s)
Creating working copy for https://github.com/CypherPoet/SwiftUIReduxUtils.git
Working copy of https://github.com/CypherPoet/SwiftUIReduxUtils.git resolved at 0.5.0 (c2db00c)
warning: '.resolve-product-dependencies': dependency 'swiftuireduxutils' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/CypherPoet/SwiftUIReduxUtils.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.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! (8.44s)
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.