The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Redux, reference v1.2.2 (2dd0f7), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 23:08:48 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/ReactComponentKit/Redux.git
Reference: v1.2.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ReactComponentKit/Redux
 * tag               v1.2.2     -> FETCH_HEAD
HEAD is now at 2dd0f78 Merge pull request #11 from ReactComponentKit/feature/adopt-async-type
Cloned https://github.com/ReactComponentKit/Redux.git
Revision (git rev-parse @):
2dd0f78510be907a928067d22e720cf03763de74
SUCCESS checkout https://github.com/ReactComponentKit/Redux.git at v1.2.2
========================================
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": "redux",
      "name": "Redux",
      "url": "https://github.com/ReactComponentKit/Redux.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Redux",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ReactComponentKit/Redux.git
[1/637] Fetching redux
Fetched https://github.com/ReactComponentKit/Redux.git from cache (0.97s)
Creating working copy for https://github.com/ReactComponentKit/Redux.git
Working copy of https://github.com/ReactComponentKit/Redux.git resolved at v1.2.2 (2dd0f78)
warning: '.resolve-product-dependencies': dependency 'redux' 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/ReactComponentKit/Redux.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 Redux State.swift
[4/6] Compiling Redux Store.swift
[5/6] Emitting module Redux
[6/6] Compiling Redux Async.swift
Build complete! (3.78s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Redux",
  "name" : "Redux",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Redux",
      "targets" : [
        "Redux"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ReduxTests",
      "module_type" : "SwiftTarget",
      "name" : "ReduxTests",
      "path" : "Tests/ReduxTests",
      "sources" : [
        "AsyncEnumTypeTests.swift",
        "ContextSwitching.swift",
        "CounterStoreTests.swift",
        "ReduxTests.swift",
        "SSOTTests.swift",
        "UserStoreTests.swift"
      ],
      "target_dependencies" : [
        "Redux"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Redux",
      "module_type" : "SwiftTarget",
      "name" : "Redux",
      "path" : "Sources/Redux",
      "product_memberships" : [
        "Redux"
      ],
      "sources" : [
        "Async.swift",
        "State.swift",
        "Store.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.