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 FluxorExplorerSnapshot, reference master (7bf310), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 05:46:09 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/FluxorOrg/FluxorExplorerSnapshot.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FluxorOrg/FluxorExplorerSnapshot
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7bf3105 Fluxor 5.0.1 (#28)
Cloned https://github.com/FluxorOrg/FluxorExplorerSnapshot.git
Revision (git rev-parse @):
7bf31054c92e3ba1a551e64f9c43f6d8482a98de
SUCCESS checkout https://github.com/FluxorOrg/FluxorExplorerSnapshot.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/FluxorOrg/FluxorExplorerSnapshot.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/6] Emitting module AnyCodable
[6/6] Compiling AnyCodable AnyCodable.swift
[7/18] Compiling Fluxor ActionPublisher+WithIdentifier.swift
[8/18] Compiling Fluxor Reducer.swift
[9/19] Compiling Fluxor StoreValue.swift
[10/19] Compiling Fluxor Store.swift
[11/19] Compiling Fluxor ActionPublisher+OfType.swift
[12/19] Compiling Fluxor ActionPublisher+WasCreatedBy.swift
[13/19] Compiling Fluxor Interceptor.swift
[14/19] Compiling Fluxor PrintInterceptor.swift
[15/19] Compiling Fluxor Action.swift
[16/19] Compiling Fluxor Effects.swift
[17/19] Compiling Fluxor Store+Binding.swift
[18/19] Compiling Fluxor Selector.swift
[19/19] Emitting module Fluxor
[20/21] Compiling FluxorExplorerSnapshot FluxorExplorerSnapshot.swift
[21/21] Emitting module FluxorExplorerSnapshot
Build complete! (11.50s)
Fetching https://github.com/FluxorOrg/Fluxor
[1/3662] Fetching fluxor
Fetched https://github.com/FluxorOrg/Fluxor from cache (1.16s)
Computing version for https://github.com/FluxorOrg/Fluxor
Computed https://github.com/FluxorOrg/Fluxor at 5.0.1 (1.67s)
Creating working copy for https://github.com/FluxorOrg/Fluxor
Working copy of https://github.com/FluxorOrg/Fluxor resolved at 5.0.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "fluxor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.1",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FluxorOrg/Fluxor"
    }
  ],
  "manifest_display_name" : "FluxorExplorerSnapshot",
  "name" : "FluxorExplorerSnapshot",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FluxorExplorerSnapshot",
      "targets" : [
        "FluxorExplorerSnapshot"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FluxorExplorerSnapshotTests",
      "module_type" : "SwiftTarget",
      "name" : "FluxorExplorerSnapshotTests",
      "path" : "Tests/FluxorExplorerSnapshotTests",
      "product_dependencies" : [
        "Fluxor"
      ],
      "sources" : [
        "FluxorExplorerSnapshotTests.swift"
      ],
      "target_dependencies" : [
        "FluxorExplorerSnapshot"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FluxorExplorerSnapshot",
      "module_type" : "SwiftTarget",
      "name" : "FluxorExplorerSnapshot",
      "path" : "Sources/FluxorExplorerSnapshot",
      "product_dependencies" : [
        "Fluxor"
      ],
      "product_memberships" : [
        "FluxorExplorerSnapshot"
      ],
      "sources" : [
        "FluxorExplorerSnapshot.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.