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 Fluxor, reference master (d924fe), with Swift 6.1 for Android on 28 May 2025 03:04:08 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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 --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.63.1
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:         android
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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 --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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8280] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (0.56s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (1.13s)
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/8] 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.Count.swift
[21/112] Compiling OpenCombine Publishers.Debounce.swift
[22/112] Compiling OpenCombine Publishers.Delay.swift
[23/112] Compiling OpenCombine Publishers.Drop.swift
[24/112] Compiling OpenCombine Publishers.DropUntilOutput.swift
[25/112] Compiling OpenCombine Publishers.DropWhile.swift
[26/112] Compiling OpenCombine Publishers.Filter.swift
[27/112] Compiling OpenCombine Publishers.First.swift
[28/112] Compiling OpenCombine Publishers.FlatMap.swift
[29/112] Compiling OpenCombine Publishers.HandleEvents.swift
[30/112] Compiling OpenCombine Publishers.IgnoreOutput.swift
[31/112] Compiling OpenCombine Publishers.Last.swift
[32/112] Compiling OpenCombine Publishers.MakeConnectable.swift
[33/112] Compiling OpenCombine Publishers.Retry.swift
[34/112] Compiling OpenCombine Publishers.Scan.swift
[35/112] Compiling OpenCombine Publishers.Sequence.swift
[36/112] Compiling OpenCombine Publishers.SetFailureType.swift
[37/112] Compiling OpenCombine Publishers.Share.swift
[38/112] Compiling OpenCombine Publishers.SubscribeOn.swift
[39/112] Compiling OpenCombine Publishers.SwitchToLatest.swift
[40/112] Compiling OpenCombine Publishers.Throttle.swift
[41/112] Compiling OpenCombine Publishers.Timeout.swift
[42/112] Compiling OpenCombine Publishers.Zip.swift
[43/112] Compiling OpenCombine Publishers.swift
[44/112] Compiling OpenCombine Record.swift
[45/112] Compiling OpenCombine Result.Publisher.swift
[46/112] Compiling OpenCombine Publishers.Map.swift
[47/112] Compiling OpenCombine Publishers.MapError.swift
[48/112] Compiling OpenCombine Publishers.MeasureInterval.swift
[49/112] Compiling OpenCombine Publishers.Multicast.swift
[50/112] Compiling OpenCombine Publishers.Output.swift
[51/112] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[52/112] Compiling OpenCombine Publishers.PrefixWhile.swift
[53/112] Compiling OpenCombine Publishers.Print.swift
[54/112] Compiling OpenCombine Publishers.ReceiveOn.swift
[55/112] Compiling OpenCombine Publishers.Reduce.swift
[56/112] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[57/112] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[58/112] Compiling OpenCombine Publishers.ReplaceError.swift
[59/112] Compiling OpenCombine Just.swift
[60/112] Compiling OpenCombine Optional.Publisher.swift
[61/112] Compiling OpenCombine Publishers.AllSatisfy.swift
[62/112] Compiling OpenCombine Publishers.AssertNoFailure.swift
[63/112] Compiling OpenCombine Publishers.Autoconnect.swift
[64/112] Compiling OpenCombine Publishers.Breakpoint.swift
[65/112] Compiling OpenCombine Publishers.Buffer.swift
[66/112] Compiling OpenCombine Publishers.Collect.swift
[67/112] Compiling OpenCombine Publishers.CollectByCount.swift
[68/112] Compiling OpenCombine Publishers.CompactMap.swift
[69/112] Compiling OpenCombine Publishers.Comparison.swift
[70/112] Compiling OpenCombine Publishers.Concatenate.swift
[71/112] Compiling OpenCombine Publishers.Contains.swift
[72/112] Compiling OpenCombine AnyCancellable.swift
[73/112] Compiling OpenCombine AnyPublisher.swift
[74/112] Compiling OpenCombine AnySubscriber.swift
[75/112] Compiling OpenCombine Cancellable.swift
[76/112] Compiling OpenCombine Codable.swift
[77/112] Compiling OpenCombine CombineIdentifier.swift
[78/112] Compiling OpenCombine ConcurrencyHelpers.swift
[79/112] Compiling OpenCombine Future+Concurrency.swift
[80/112] Compiling OpenCombine GENERATED-Publisher+Concurrency.swift
[81/112] Compiling OpenCombine CurrentValueSubject.swift
[82/112] Compiling OpenCombine CustomCombineIdentifierConvertible.swift
[83/112] Compiling OpenCombine Future.swift
[84/112] Compiling OpenCombine GENERATED-RootProtocols.swift
[85/112] Emitting module OpenCombine
[86/112] Compiling OpenCombine Utils.swift
[87/112] Compiling OpenCombine Violations.swift
[88/112] Compiling OpenCombine ImmediateScheduler.swift
[89/112] Compiling OpenCombine ObservableObject.swift
[90/112] Compiling OpenCombine PassthroughSubject.swift
[91/112] Compiling OpenCombine Published.swift
[92/112] Compiling OpenCombine Publisher+Subscribe.swift
[93/112] Compiling OpenCombine Deferred.swift
[94/112] Compiling OpenCombine Empty.swift
[95/112] Compiling OpenCombine Fail.swift
[96/112] Compiling OpenCombine GENERATED-Publishers.Catch.swift
[97/112] Compiling OpenCombine GENERATED-Publishers.Encode.swift
[98/112] Compiling OpenCombine GENERATED-Publishers.MapKeyPath.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 OpenCombineDispatch
[113/115] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[115/116] Compiling AnyCodable AnyCodable.swift
[116/116] Emitting module AnyCodable
[118/129] Compiling Fluxor Store+Binding.swift
[119/130] Compiling Fluxor ActionPublisher+OfType.swift
[120/130] Compiling Fluxor ActionPublisher+WasCreatedBy.swift
[121/130] Compiling Fluxor Interceptor.swift
[122/130] Compiling Fluxor PrintInterceptor.swift
[123/130] Compiling Fluxor Action.swift
[124/130] Compiling Fluxor Effects.swift
[125/130] Emitting module Fluxor
[126/130] Compiling Fluxor StoreValue.swift
[127/130] Compiling Fluxor ActionPublisher+WithIdentifier.swift
[128/130] Compiling Fluxor Reducer.swift
[129/130] Compiling Fluxor Store.swift
[130/130] Compiling Fluxor Selector.swift
Build of target: 'Fluxor' complete! (19.13s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.