This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Fluxor with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 --target Fluxor -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FluxorOrg/Fluxor.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FluxorOrg/Fluxor
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at d924fec Remove wiki docs (#112)
Cloned https://github.com/FluxorOrg/Fluxor.git
Revision (git rev-parse @):
d924fec95afbc80a5c67f32ab7293950c951ff10
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/FluxorOrg/Fluxor.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/FluxorOrg/Fluxor.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 --target Fluxor -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-6F35C1178C84523A.txt
[4/5] Compiling AnyCodable AnyCodable.swift
[5/5] Emitting module AnyCodable
[6/17] Compiling Fluxor Store.swift
[7/17] Compiling Fluxor Selector.swift
[8/17] Compiling Fluxor Reducer.swift
[9/17] Compiling Fluxor ActionPublisher+WithIdentifier.swift
[10/17] Compiling Fluxor Interceptor.swift
[11/17] Compiling Fluxor PrintInterceptor.swift
[12/17] Compiling Fluxor ActionPublisher+WasCreatedBy.swift
[13/17] Compiling Fluxor Store+Binding.swift
[14/17] Emitting module Fluxor
[15/17] Compiling Fluxor Action.swift
[16/17] Compiling Fluxor Effects.swift
[17/17] Compiling Fluxor ActionPublisher+OfType.swift
[18/18] Compiling Fluxor StoreValue.swift
Build of target: 'Fluxor' complete! (32.66s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Fluxor",
  "name" : "Fluxor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Fluxor",
      "targets" : [
        "Fluxor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FluxorTestSupport",
      "targets" : [
        "FluxorTestSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FluxorTests",
      "module_type" : "SwiftTarget",
      "name" : "FluxorTests",
      "path" : "Tests/FluxorTests",
      "sources" : [
        "ActionTests.swift",
        "EffectsTests.swift",
        "Interceptors/PrintInterceptorTests.swift",
        "Interceptors/TestInterceptorTests.swift",
        "MockStoreTests.swift",
        "Operators/ActionPublisher+OfTypeTests.swift",
        "Operators/ActionPublisher+WasCreatedByTests.swift",
        "Operators/ActionPublisher+WithIdentifierTests.swift",
        "ReducerTests.swift",
        "SelectorTests.swift",
        "StoreTests.swift",
        "SwiftUI/Store+BindingTests.swift",
        "SwiftUI/StoreValueTests.swift"
      ],
      "target_dependencies" : [
        "Fluxor",
        "FluxorTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FluxorTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "FluxorTestSupport",
      "path" : "Sources/FluxorTestSupport",
      "product_memberships" : [
        "FluxorTestSupport"
      ],
      "sources" : [
        "EffectRunner.swift",
        "MockStore.swift",
        "TestInterceptor.swift"
      ],
      "target_dependencies" : [
        "Fluxor"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Fluxor",
      "module_type" : "SwiftTarget",
      "name" : "Fluxor",
      "path" : "Sources/Fluxor",
      "product_memberships" : [
        "Fluxor",
        "FluxorTestSupport"
      ],
      "sources" : [
        "Action.swift",
        "Effects.swift",
        "Interceptor.swift",
        "Interceptors/PrintInterceptor.swift",
        "Operators/ActionPublisher+OfType.swift",
        "Operators/ActionPublisher+WasCreatedBy.swift",
        "Operators/ActionPublisher+WithIdentifier.swift",
        "Reducer.swift",
        "Selector.swift",
        "Store.swift",
        "SwiftUI/Store+Binding.swift",
        "SwiftUI/StoreValue.swift"
      ],
      "target_dependencies" : [
        "AnyCodable"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AnyCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "AnyCodableTests",
      "path" : "Tests/AnyCodableTests",
      "sources" : [
        "AnyCodable+DecodableTests.swift",
        "AnyCodable+EncodableTests.swift",
        "AnyCodable+EquatableTests.swift",
        "AnyCodable+StringTests.swift"
      ],
      "target_dependencies" : [
        "AnyCodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AnyCodable",
      "module_type" : "SwiftTarget",
      "name" : "AnyCodable",
      "path" : "Sources/AnyCodable",
      "product_memberships" : [
        "Fluxor",
        "FluxorTestSupport"
      ],
      "sources" : [
        "AnyCodable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.