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, reference 5.0.1 (1d20b7), with Swift 6.1 for Linux on 26 Apr 2025 17:06:18 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FluxorOrg/Fluxor.git
Reference: 5.0.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/FluxorOrg/Fluxor
 * tag               5.0.1      -> FETCH_HEAD
HEAD is now at 1d20b74 Don't erase already erased values in collections (#102)
Cloned https://github.com/FluxorOrg/Fluxor.git
Revision (git rev-parse @):
1d20b74287f629c6187db11d7905988fb65a3e0d
SUCCESS checkout https://github.com/FluxorOrg/Fluxor.git at 5.0.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/FluxorOrg/Fluxor.git
https://github.com/FluxorOrg/Fluxor.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "opencombine",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OpenCombine/OpenCombine.git"
    }
  ],
  "manifest_display_name" : "Fluxor",
  "name" : "Fluxor",
  "path" : "/host/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_dependencies" : [
        "OpenCombine",
        "OpenCombineDispatch"
      ],
      "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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8280] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (0.71s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (1.47s)
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Building for debugging...
[0/7] Write sources
[5/7] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/101] Emitting module AnyCodable
[9/101] Compiling OpenCombine Just.swift
[10/101] Compiling OpenCombine Optional.Publisher.swift
[11/101] Compiling OpenCombine Publishers.AllSatisfy.swift
[12/101] Compiling OpenCombine Publishers.AssertNoFailure.swift
[13/101] Compiling OpenCombine Publishers.Autoconnect.swift
[14/101] Compiling OpenCombine Publishers.Breakpoint.swift
[15/101] Compiling OpenCombine Publishers.Buffer.swift
[16/101] Compiling OpenCombine Publishers.Collect.swift
[17/101] Compiling OpenCombine Publishers.CollectByCount.swift
[18/101] Compiling OpenCombine Publishers.CompactMap.swift
[19/101] Compiling OpenCombine Publishers.Comparison.swift
[20/101] Compiling OpenCombine Publishers.Concatenate.swift
[21/101] Compiling OpenCombine Publishers.Contains.swift
[22/101] Compiling OpenCombine ConduitBase.swift
[23/101] Compiling OpenCombine ConduitList.swift
[24/101] Compiling OpenCombine DebugHook.swift
[25/101] Compiling OpenCombine FilterProducer.swift
[26/101] Compiling OpenCombine Locking.swift
[27/101] Compiling OpenCombine PartialCompletion.swift
[28/101] Compiling OpenCombine PublishedSubject.swift
[29/101] Compiling OpenCombine PublishedSubscriber.swift
[30/101] Compiling OpenCombine ReduceProducer.swift
[31/101] Compiling OpenCombine SubjectSubscriber.swift
[32/101] Compiling OpenCombine SubscriberTap.swift
[33/101] Compiling OpenCombine SubscriptionStatus.swift
[34/101] Compiling OpenCombine SubscriptionTap.swift
[35/101] Compiling OpenCombine Utils.swift
[36/101] Compiling OpenCombine Violations.swift
[37/101] Compiling OpenCombine ImmediateScheduler.swift
[38/101] Compiling OpenCombine ObservableObject.swift
[39/101] Compiling OpenCombine PassthroughSubject.swift
[40/101] Compiling OpenCombine Published.swift
[41/101] Compiling OpenCombine Publisher+Subscribe.swift
[42/101] Compiling OpenCombine Deferred.swift
[43/101] Compiling OpenCombine Empty.swift
[44/101] Compiling OpenCombine Fail.swift
[45/101] Compiling OpenCombine GENERATED-Publishers.Catch.swift
[46/101] Compiling OpenCombine GENERATED-Publishers.Encode.swift
[47/101] Compiling OpenCombine GENERATED-Publishers.MapKeyPath.swift
[48/113] Compiling OpenCombine Publishers.Retry.swift
[49/113] Compiling OpenCombine Publishers.Scan.swift
[50/113] Compiling OpenCombine Publishers.Sequence.swift
[51/113] Compiling OpenCombine Publishers.SetFailureType.swift
[52/113] Compiling OpenCombine Publishers.Share.swift
[53/113] Compiling OpenCombine Publishers.SubscribeOn.swift
[54/113] Compiling OpenCombine Publishers.SwitchToLatest.swift
[55/113] Compiling OpenCombine Publishers.Throttle.swift
[56/113] Compiling OpenCombine Publishers.Timeout.swift
[57/113] Compiling OpenCombine Publishers.Zip.swift
[58/113] Compiling OpenCombine Publishers.swift
[59/113] Compiling OpenCombine Record.swift
[60/113] Compiling OpenCombine Result.Publisher.swift
[61/113] Emitting module OpenCombine
[62/113] Compiling OpenCombine AnyCancellable.swift
[63/113] Compiling OpenCombine AnyPublisher.swift
[64/113] Compiling OpenCombine AnySubscriber.swift
[65/113] Compiling OpenCombine Cancellable.swift
[66/113] Compiling OpenCombine Codable.swift
[67/113] Compiling OpenCombine CombineIdentifier.swift
[68/113] Compiling OpenCombine ConcurrencyHelpers.swift
[69/113] Compiling OpenCombine Future+Concurrency.swift
[70/113] Compiling OpenCombine GENERATED-Publisher+Concurrency.swift
[71/113] Compiling OpenCombine CurrentValueSubject.swift
[72/113] Compiling OpenCombine CustomCombineIdentifierConvertible.swift
[73/113] Compiling OpenCombine Future.swift
[74/113] Compiling OpenCombine GENERATED-RootProtocols.swift
[75/113] Compiling OpenCombine Publishers.Map.swift
[76/113] Compiling OpenCombine Publishers.MapError.swift
[77/113] Compiling OpenCombine Publishers.MeasureInterval.swift
[78/113] Compiling OpenCombine Publishers.Multicast.swift
[79/113] Compiling OpenCombine Publishers.Output.swift
[80/113] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[81/113] Compiling OpenCombine Publishers.PrefixWhile.swift
[82/113] Compiling OpenCombine Publishers.Print.swift
[83/113] Compiling OpenCombine Publishers.ReceiveOn.swift
[84/113] Compiling OpenCombine Publishers.Reduce.swift
[85/113] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[86/113] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[87/113] Compiling OpenCombine Publishers.ReplaceError.swift
[88/113] Compiling OpenCombine Publishers.Count.swift
[89/113] Compiling OpenCombine Publishers.Debounce.swift
[90/113] Compiling OpenCombine Publishers.Delay.swift
[91/113] Compiling OpenCombine Publishers.Drop.swift
[92/113] Compiling OpenCombine Publishers.DropUntilOutput.swift
[93/113] Compiling OpenCombine Publishers.DropWhile.swift
[94/113] Compiling OpenCombine Publishers.Filter.swift
[95/113] Compiling OpenCombine Publishers.First.swift
[96/113] Compiling OpenCombine Publishers.FlatMap.swift
[97/113] Compiling OpenCombine Publishers.HandleEvents.swift
[98/113] Compiling OpenCombine Publishers.IgnoreOutput.swift
[99/113] Compiling OpenCombine Publishers.Last.swift
[100/113] Compiling OpenCombine Publishers.MakeConnectable.swift
[101/113] Compiling OpenCombine Result.swift
[102/113] Compiling OpenCombine Scheduler.swift
[103/113] Compiling OpenCombine Subject+Void.swift
[104/113] Compiling OpenCombine Subscriber+Void.swift
[105/113] Compiling OpenCombine Subscribers.Assign.swift
[106/113] Compiling OpenCombine Subscribers.Completion.swift
[107/113] Compiling OpenCombine Subscribers.Demand.swift
[108/113] Compiling OpenCombine Subscribers.Sink.swift
[109/113] Compiling OpenCombine Subscribers.swift
[110/113] Compiling OpenCombine Subscription.swift
[111/113] Compiling OpenCombine Subscriptions.swift
[112/113] Compiling OpenCombine _Introspection.swift
[114/116] Compiling AnyCodable AnyCodable.swift
[116/117] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[117/117] Emitting module OpenCombineDispatch
[119/130] Compiling Fluxor Store+Binding.swift
[120/131] Compiling Fluxor ActionPublisher+OfType.swift
[121/131] Compiling Fluxor ActionPublisher+WasCreatedBy.swift
[122/131] Compiling Fluxor Interceptor.swift
[123/131] Compiling Fluxor PrintInterceptor.swift
[124/131] Emitting module Fluxor
[125/131] Compiling Fluxor Action.swift
[126/131] Compiling Fluxor Effects.swift
[127/131] Compiling Fluxor StoreValue.swift
[128/131] Compiling Fluxor ActionPublisher+WithIdentifier.swift
[129/131] Compiling Fluxor Reducer.swift
[130/131] Compiling Fluxor Selector.swift
[131/131] Compiling Fluxor Store.swift
[133/136] Compiling FluxorTestSupport TestInterceptor.swift
[134/136] Compiling FluxorTestSupport EffectRunner.swift
/host/spi-builder-workspace/Sources/FluxorTestSupport/EffectRunner.swift:127:13: warning: sending 'input' risks causing data races; this is an error in the Swift 6 language mode
125 |     func receive(_ input: Input) -> Subscribers.Demand {
126 |         DispatchQueue.main.async {
127 |             input.forEach { self.actions.append($0) }
    |             |- warning: sending 'input' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'input' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
128 |         }
129 |         return .unlimited
/host/spi-builder-workspace/Sources/FluxorTestSupport/EffectRunner.swift:127:29: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
125 |     func receive(_ input: Input) -> Subscribers.Demand {
126 |         DispatchQueue.main.async {
127 |             input.forEach { self.actions.append($0) }
    |                             |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                             `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
128 |         }
129 |         return .unlimited
[135/136] Emitting module FluxorTestSupport
/host/spi-builder-workspace/Sources/FluxorTestSupport/MockStore.swift:16:1: warning: extension declares a conformance of imported type 'AnonymousAction' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Fluxor' introduce this conformance in the future
14 | import XCTest
15 |
16 | extension AnonymousAction: Equatable {
   | |- warning: extension declares a conformance of imported type 'AnonymousAction' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Fluxor' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public static func == (lhs: Self, rhs: Self) -> Bool {
18 |         lhs.id == rhs.id
[136/136] Compiling FluxorTestSupport MockStore.swift
/host/spi-builder-workspace/Sources/FluxorTestSupport/MockStore.swift:16:1: warning: extension declares a conformance of imported type 'AnonymousAction' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Fluxor' introduce this conformance in the future
14 | import XCTest
15 |
16 | extension AnonymousAction: Equatable {
   | |- warning: extension declares a conformance of imported type 'AnonymousAction' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Fluxor' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public static func == (lhs: Self, rhs: Self) -> Bool {
18 |         lhs.id == rhs.id
Build complete! (21.00s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "opencombine",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OpenCombine/OpenCombine.git"
    }
  ],
  "manifest_display_name" : "Fluxor",
  "name" : "Fluxor",
  "path" : "/host/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_dependencies" : [
        "OpenCombine",
        "OpenCombineDispatch"
      ],
      "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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.