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 master (d924fe), 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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu --target Fluxor -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: master
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
 * 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: $PWD/.spi.yml
SUCCESS checkout https://github.com/FluxorOrg/Fluxor.git at master
========================================
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu --target Fluxor -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.67s)
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/6] Write sources
[4/6] Write swift-version-24593BA9C3E375BF.txt
[5/6] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
[7/100] Compiling OpenCombine ConduitBase.swift
[8/100] Compiling OpenCombine ConduitList.swift
[9/100] Compiling OpenCombine DebugHook.swift
[10/100] Compiling OpenCombine FilterProducer.swift
[11/100] Compiling OpenCombine Locking.swift
[12/100] Compiling OpenCombine PartialCompletion.swift
[13/100] Compiling OpenCombine PublishedSubject.swift
[14/100] Compiling OpenCombine PublishedSubscriber.swift
[15/100] Compiling OpenCombine ReduceProducer.swift
[16/100] Compiling OpenCombine SubjectSubscriber.swift
[17/100] Compiling OpenCombine SubscriberTap.swift
[18/100] Compiling OpenCombine SubscriptionStatus.swift
[19/100] Compiling OpenCombine SubscriptionTap.swift
[20/112] Compiling OpenCombine Publishers.Map.swift
[21/112] Compiling OpenCombine Publishers.MapError.swift
[22/112] Compiling OpenCombine Publishers.MeasureInterval.swift
[23/112] Compiling OpenCombine Publishers.Multicast.swift
[24/112] Compiling OpenCombine Publishers.Output.swift
[25/112] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[26/112] Compiling OpenCombine Publishers.PrefixWhile.swift
[27/112] Compiling OpenCombine Publishers.Print.swift
[28/112] Compiling OpenCombine Publishers.ReceiveOn.swift
[29/112] Compiling OpenCombine Publishers.Reduce.swift
[30/112] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[31/112] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[32/112] Compiling OpenCombine Publishers.ReplaceError.swift
[33/112] Compiling OpenCombine Just.swift
[34/112] Compiling OpenCombine Optional.Publisher.swift
[35/112] Compiling OpenCombine Publishers.AllSatisfy.swift
[36/112] Compiling OpenCombine Publishers.AssertNoFailure.swift
[37/112] Compiling OpenCombine Publishers.Autoconnect.swift
[38/112] Compiling OpenCombine Publishers.Breakpoint.swift
[39/112] Compiling OpenCombine Publishers.Buffer.swift
[40/112] Compiling OpenCombine Publishers.Collect.swift
[41/112] Compiling OpenCombine Publishers.CollectByCount.swift
[42/112] Compiling OpenCombine Publishers.CompactMap.swift
[43/112] Compiling OpenCombine Publishers.Comparison.swift
[44/112] Compiling OpenCombine Publishers.Concatenate.swift
[45/112] Compiling OpenCombine Publishers.Contains.swift
[46/112] Compiling OpenCombine Publishers.Count.swift
[47/112] Compiling OpenCombine Publishers.Debounce.swift
[48/112] Compiling OpenCombine Publishers.Delay.swift
[49/112] Compiling OpenCombine Publishers.Drop.swift
[50/112] Compiling OpenCombine Publishers.DropUntilOutput.swift
[51/112] Compiling OpenCombine Publishers.DropWhile.swift
[52/112] Compiling OpenCombine Publishers.Filter.swift
[53/112] Compiling OpenCombine Publishers.First.swift
[54/112] Compiling OpenCombine Publishers.FlatMap.swift
[55/112] Compiling OpenCombine Publishers.HandleEvents.swift
[56/112] Compiling OpenCombine Publishers.IgnoreOutput.swift
[57/112] Compiling OpenCombine Publishers.Last.swift
[58/112] Compiling OpenCombine Publishers.MakeConnectable.swift
[59/112] Emitting module OpenCombine
[60/112] Compiling OpenCombine AnyCancellable.swift
[61/112] Compiling OpenCombine AnyPublisher.swift
[62/112] Compiling OpenCombine AnySubscriber.swift
[63/112] Compiling OpenCombine Cancellable.swift
[64/112] Compiling OpenCombine Codable.swift
[65/112] Compiling OpenCombine CombineIdentifier.swift
[66/112] Compiling OpenCombine ConcurrencyHelpers.swift
[67/112] Compiling OpenCombine Future+Concurrency.swift
[68/112] Compiling OpenCombine GENERATED-Publisher+Concurrency.swift
[69/112] Compiling OpenCombine CurrentValueSubject.swift
[70/112] Compiling OpenCombine CustomCombineIdentifierConvertible.swift
[71/112] Compiling OpenCombine Future.swift
[72/112] Compiling OpenCombine GENERATED-RootProtocols.swift
[73/112] Compiling OpenCombine Utils.swift
[74/112] Compiling OpenCombine Violations.swift
[75/112] Compiling OpenCombine ImmediateScheduler.swift
[76/112] Compiling OpenCombine ObservableObject.swift
[77/112] Compiling OpenCombine PassthroughSubject.swift
[78/112] Compiling OpenCombine Published.swift
[79/112] Compiling OpenCombine Publisher+Subscribe.swift
[80/112] Compiling OpenCombine Deferred.swift
[81/112] Compiling OpenCombine Empty.swift
[82/112] Compiling OpenCombine Fail.swift
[83/112] Compiling OpenCombine GENERATED-Publishers.Catch.swift
[84/112] Compiling OpenCombine GENERATED-Publishers.Encode.swift
[85/112] Compiling OpenCombine GENERATED-Publishers.MapKeyPath.swift
[86/112] Compiling OpenCombine Publishers.Retry.swift
[87/112] Compiling OpenCombine Publishers.Scan.swift
[88/112] Compiling OpenCombine Publishers.Sequence.swift
[89/112] Compiling OpenCombine Publishers.SetFailureType.swift
[90/112] Compiling OpenCombine Publishers.Share.swift
[91/112] Compiling OpenCombine Publishers.SubscribeOn.swift
[92/112] Compiling OpenCombine Publishers.SwitchToLatest.swift
[93/112] Compiling OpenCombine Publishers.Throttle.swift
[94/112] Compiling OpenCombine Publishers.Timeout.swift
[95/112] Compiling OpenCombine Publishers.Zip.swift
[96/112] Compiling OpenCombine Publishers.swift
[97/112] Compiling OpenCombine Record.swift
[98/112] Compiling OpenCombine Result.Publisher.swift
[99/112] Compiling OpenCombine Result.swift
[100/112] Compiling OpenCombine Scheduler.swift
[101/112] Compiling OpenCombine Subject+Void.swift
[102/112] Compiling OpenCombine Subscriber+Void.swift
[103/112] Compiling OpenCombine Subscribers.Assign.swift
[104/112] Compiling OpenCombine Subscribers.Completion.swift
[105/112] Compiling OpenCombine Subscribers.Demand.swift
[106/112] Compiling OpenCombine Subscribers.Sink.swift
[107/112] Compiling OpenCombine Subscribers.swift
[108/112] Compiling OpenCombine Subscription.swift
[109/112] Compiling OpenCombine Subscriptions.swift
[110/112] Compiling OpenCombine _Introspection.swift
[112/115] Emitting module AnyCodable
[113/115] Compiling AnyCodable AnyCodable.swift
[115/116] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[116/116] Emitting module OpenCombineDispatch
[118/129] Compiling Fluxor Store+Binding.swift
[119/130] Compiling Fluxor StoreValue.swift
[120/130] Compiling Fluxor ActionPublisher+OfType.swift
[121/130] Compiling Fluxor ActionPublisher+WasCreatedBy.swift
[122/130] Compiling Fluxor ActionPublisher+WithIdentifier.swift
[123/130] Compiling Fluxor Reducer.swift
[124/130] Compiling Fluxor Interceptor.swift
[125/130] Compiling Fluxor PrintInterceptor.swift
[126/130] Compiling Fluxor Store.swift
[127/130] Compiling Fluxor Action.swift
[128/130] Compiling Fluxor Effects.swift
[129/130] Emitting module Fluxor
[130/130] Compiling Fluxor Selector.swift
Build of target: 'Fluxor' complete! (18.39s)
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.