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 Redux, reference main (2dd0f7), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 10:37: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/ReactComponentKit/Redux.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ReactComponentKit/Redux
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ReactComponentKit/Redux.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 Redux State.swift
[4/6] Emitting module Redux
[5/6] Compiling Redux Store.swift
/Users/admin/builder/spi-builder-workspace/Sources/Redux/Store.swift:79:19: warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
 77 |         doWorksAfterCommit()
 78 |         Task {
 79 |             await computeOnMainThread(new: state, old: old)
    |                   `- warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
 80 |         }
 81 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Redux/Store.swift:73:17: warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
 71 |     }
 72 |
 73 |     public func commit<P>(mutation: (inout S, P) -> Void, payload: P) {
    |                 `- warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
 74 |         doWorksBeforeCommit()
 75 |         let old = state
/Users/admin/builder/spi-builder-workspace/Sources/Redux/Store.swift:89:19: warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
 87 |         doWorksAfterCommit()
 88 |         Task {
 89 |             await computeOnMainThread(new: state, old: old)
    |                   `- warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
 90 |         }
 91 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Redux/Store.swift:83:17: warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
 81 |     }
 82 |
 83 |     public func commit(mutation: (inout S) -> Void) {
    |                 `- warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
 84 |         doWorksBeforeCommit()
 85 |         let old = state
[6/6] Compiling Redux Async.swift
Build complete! (3.16s)
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.