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 combine-schedulers, reference 1.1.0 (fd16d7), with Swift 6.1 for Linux on 11 Nov 2025 04:11:00 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/combine-schedulers.git
Reference: 1.1.0
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/pointfreeco/combine-schedulers
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at fd16d76 Run swift-format
Cloned https://github.com/pointfreeco/combine-schedulers.git
Revision (git rev-parse @):
fd16d76fd8b9a976d88bfb6cacc05ca8d19c91b6
SUCCESS checkout https://github.com/pointfreeco/combine-schedulers.git at 1.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pointfreeco/combine-schedulers.git
https://github.com/pointfreeco/combine-schedulers.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-concurrency-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-concurrency-extras"
    },
    {
      "identity" : "xctest-dynamic-overlay",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
    },
    {
      "identity" : "opencombine",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.14.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OpenCombine/OpenCombine.git"
    }
  ],
  "manifest_display_name" : "combine-schedulers",
  "name" : "combine-schedulers",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "CombineSchedulers",
      "targets" : [
        "CombineSchedulers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "CombineSchedulersTests",
      "module_type" : "SwiftTarget",
      "name" : "CombineSchedulersTests",
      "path" : "Tests/CombineSchedulersTests",
      "sources" : [
        "ImmediateSchedulerTests.swift",
        "TestSchedulerTests.swift",
        "TimerTests.swift",
        "UISchedulerTests.swift",
        "UnimplementedSchedulerTests.swift"
      ],
      "target_dependencies" : [
        "CombineSchedulers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CombineSchedulers",
      "module_type" : "SwiftTarget",
      "name" : "CombineSchedulers",
      "path" : "Sources/CombineSchedulers",
      "product_dependencies" : [
        "ConcurrencyExtras",
        "IssueReporting",
        "OpenCombineShim"
      ],
      "product_memberships" : [
        "CombineSchedulers"
      ],
      "sources" : [
        "AnyScheduler.swift",
        "Concurrency.swift",
        "ImmediateScheduler.swift",
        "Internal/Deprecations.swift",
        "Internal/Lock.swift",
        "Internal/NSRecursiveLock.swift",
        "Internal/Platform.swift",
        "SwiftUI.swift",
        "TestScheduler.swift",
        "Timer.swift",
        "UIKit.swift",
        "UIScheduler.swift",
        "UnimplementedScheduler.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/OpenCombine/OpenCombine.git
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/886] Fetching swift-concurrency-extras
[887/9170] Fetching swift-concurrency-extras, opencombine
[2627/14725] Fetching swift-concurrency-extras, opencombine, xctest-dynamic-overlay
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (0.67s)
[4886/6441] Fetching swift-concurrency-extras, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.87s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.89s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (3.50s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.51s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.53s)
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.7.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Building for debugging...
[0/10] Write sources
[8/10] Write swift-version-24593BA9C3E375BF.txt
[9/10] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
[11/115] Emitting module OpenCombine
[12/127] Compiling IssueReportingPackageSupport _Test.swift
[13/127] Emitting module IssueReportingPackageSupport
[15/128] Compiling OpenCombine Publishers.Count.swift
[16/128] Compiling OpenCombine Publishers.Debounce.swift
[17/128] Compiling OpenCombine Publishers.Delay.swift
[18/128] Compiling OpenCombine Publishers.Drop.swift
[19/128] Compiling OpenCombine Publishers.DropUntilOutput.swift
[20/128] Compiling OpenCombine Publishers.DropWhile.swift
[21/128] Compiling OpenCombine Publishers.Filter.swift
[22/128] Compiling OpenCombine Publishers.First.swift
[23/128] Compiling OpenCombine Publishers.FlatMap.swift
[24/128] Compiling OpenCombine Publishers.HandleEvents.swift
[25/128] Compiling OpenCombine Publishers.IgnoreOutput.swift
[26/128] Compiling OpenCombine Publishers.Last.swift
[27/128] Compiling OpenCombine Publishers.MakeConnectable.swift
[28/128] Compiling OpenCombine Just.swift
[29/128] Compiling OpenCombine Optional.Publisher.swift
[30/128] Compiling OpenCombine Publishers.AllSatisfy.swift
[31/128] Compiling OpenCombine Publishers.AssertNoFailure.swift
[32/128] Compiling OpenCombine Publishers.Autoconnect.swift
[33/128] Compiling OpenCombine Publishers.Breakpoint.swift
[34/128] Compiling OpenCombine Publishers.Buffer.swift
[35/128] Compiling OpenCombine Publishers.Collect.swift
[36/128] Compiling OpenCombine Publishers.CollectByCount.swift
[37/128] Compiling OpenCombine Publishers.CompactMap.swift
[38/128] Compiling OpenCombine Publishers.Comparison.swift
[39/128] Compiling OpenCombine Publishers.Concatenate.swift
[40/128] Compiling OpenCombine Publishers.Contains.swift
[41/128] Compiling OpenCombine Utils.swift
[42/128] Compiling OpenCombine Violations.swift
[43/128] Compiling OpenCombine ImmediateScheduler.swift
[44/128] Compiling OpenCombine ObservableObject.swift
[45/128] Compiling OpenCombine PassthroughSubject.swift
[46/128] Compiling OpenCombine Published.swift
[47/128] Compiling OpenCombine Publisher+Subscribe.swift
[48/128] Compiling OpenCombine Deferred.swift
[49/128] Compiling OpenCombine Empty.swift
[50/128] Compiling OpenCombine Fail.swift
[51/128] Compiling OpenCombine GENERATED-Publishers.Catch.swift
[52/128] Compiling OpenCombine GENERATED-Publishers.Encode.swift
[53/128] Compiling OpenCombine GENERATED-Publishers.MapKeyPath.swift
[54/128] Compiling OpenCombine AnyCancellable.swift
[55/128] Compiling OpenCombine AnyPublisher.swift
[56/128] Compiling OpenCombine AnySubscriber.swift
[57/128] Compiling OpenCombine Cancellable.swift
[58/128] Compiling OpenCombine Codable.swift
[59/128] Compiling OpenCombine CombineIdentifier.swift
[60/128] Compiling OpenCombine ConcurrencyHelpers.swift
[61/128] Compiling OpenCombine Future+Concurrency.swift
[62/128] Compiling OpenCombine GENERATED-Publisher+Concurrency.swift
[63/128] Compiling OpenCombine CurrentValueSubject.swift
[64/128] Compiling OpenCombine CustomCombineIdentifierConvertible.swift
[65/128] Compiling OpenCombine Future.swift
[66/128] Compiling OpenCombine GENERATED-RootProtocols.swift
[67/128] Compiling OpenCombine ConduitBase.swift
[68/128] Compiling OpenCombine ConduitList.swift
[69/128] Compiling OpenCombine DebugHook.swift
[70/128] Compiling OpenCombine FilterProducer.swift
[71/128] Compiling OpenCombine Locking.swift
[72/128] Compiling OpenCombine PartialCompletion.swift
[73/128] Compiling OpenCombine PublishedSubject.swift
[74/128] Compiling OpenCombine PublishedSubscriber.swift
[75/128] Compiling OpenCombine ReduceProducer.swift
[76/128] Compiling OpenCombine SubjectSubscriber.swift
[77/128] Compiling OpenCombine SubscriberTap.swift
[78/128] Compiling OpenCombine SubscriptionStatus.swift
[79/128] Compiling OpenCombine SubscriptionTap.swift
[80/147] Compiling OpenCombine Publishers.Map.swift
[81/147] Compiling OpenCombine Publishers.MapError.swift
[82/147] Compiling OpenCombine Publishers.MeasureInterval.swift
[83/147] Compiling OpenCombine Publishers.Multicast.swift
[84/147] Compiling OpenCombine Publishers.Output.swift
[85/147] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[86/147] Compiling OpenCombine Publishers.PrefixWhile.swift
[87/147] Compiling OpenCombine Publishers.Print.swift
[88/147] Compiling OpenCombine Publishers.ReceiveOn.swift
[89/147] Compiling OpenCombine Publishers.Reduce.swift
[90/147] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[91/147] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[92/147] Compiling OpenCombine Publishers.ReplaceError.swift
[93/147] Compiling OpenCombine Publishers.Retry.swift
[94/147] Compiling OpenCombine Publishers.Scan.swift
[95/147] Compiling OpenCombine Publishers.Sequence.swift
[96/147] Compiling OpenCombine Publishers.SetFailureType.swift
[97/147] Compiling OpenCombine Publishers.Share.swift
[98/147] Compiling OpenCombine Publishers.SubscribeOn.swift
[99/147] Compiling OpenCombine Publishers.SwitchToLatest.swift
[100/147] Compiling OpenCombine Publishers.Throttle.swift
[101/147] Compiling OpenCombine Publishers.Timeout.swift
[102/147] Compiling OpenCombine Publishers.Zip.swift
[103/147] Compiling OpenCombine Publishers.swift
[104/147] Compiling OpenCombine Record.swift
[105/147] Compiling OpenCombine Result.Publisher.swift
[106/147] Compiling OpenCombine Result.swift
[107/147] Compiling OpenCombine Scheduler.swift
[108/147] Compiling OpenCombine Subject+Void.swift
[109/147] Compiling OpenCombine Subscriber+Void.swift
[110/147] Compiling OpenCombine Subscribers.Assign.swift
[111/147] Compiling OpenCombine Subscribers.Completion.swift
[112/147] Compiling OpenCombine Subscribers.Demand.swift
[113/147] Compiling OpenCombine Subscribers.Sink.swift
[114/147] Compiling OpenCombine Subscribers.swift
[115/147] Compiling OpenCombine Subscription.swift
[116/147] Compiling OpenCombine Subscriptions.swift
[117/147] Compiling OpenCombine _Introspection.swift
[119/148] Compiling IssueReporting TestContext.swift
[120/148] Compiling IssueReporting Unimplemented.swift
[121/150] Compiling IssueReporting WithExpectedIssue.swift
[122/150] Compiling IssueReporting WithIssueContext.swift
[123/163] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[124/163] Compiling ConcurrencyExtras MainSerialExecutor.swift
[125/163] Emitting module OpenCombineDispatch
[126/163] Compiling IssueReporting BreakpointReporter.swift
[127/163] Compiling IssueReporting FatalErrorReporter.swift
[128/164] Compiling IssueReporting RuntimeWarningReporter.swift
[129/164] Compiling IssueReporting ReportIssue.swift
[130/164] Compiling OpenCombineFoundation JSONEncoder.swift
[131/164] Compiling OpenCombineFoundation NotificationCenter.swift
[132/164] Compiling ConcurrencyExtras Task.swift
[133/164] Compiling ConcurrencyExtras Result.swift
[134/164] Compiling ConcurrencyExtras LockIsolated.swift
[135/165] Compiling IssueReporting FailureObserver.swift
[136/165] Compiling IssueReporting LockIsolated.swift
[137/165] Compiling IssueReporting Rethrows.swift
[139/165] Compiling OpenCombineFoundation Utils.swift
[140/165] Compiling OpenCombineFoundation Violations.swift
[143/165] Emitting module ConcurrencyExtras
[144/165] Compiling OpenCombineFoundation Locking.swift
[145/165] Compiling OpenCombineFoundation Portability.swift
[146/165] Emitting module IssueReporting
[151/165] Compiling ConcurrencyExtras UncheckedSendable.swift
[152/166] Compiling IssueReporting XCTest.swift
[153/166] Compiling IssueReporting IsTesting.swift
[154/166] Compiling IssueReporting IssueReporter.swift
[157/167] Emitting module OpenCombineFoundation
[158/168] Compiling OpenCombineFoundation PropertyListEncoder.swift
[159/168] Compiling OpenCombineFoundation RunLoop+Scheduler.swift
[160/168] Compiling OpenCombineFoundation Timer+Publisher.swift
[167/168] Compiling OpenCombineFoundation OperationQueue+Scheduler.swift
[168/168] Compiling OpenCombineFoundation URLSession.swift
[170/171] Compiling OpenCombineShim OpenCombineShim.swift
[171/171] Emitting module OpenCombineShim
[173/185] Compiling CombineSchedulers UIScheduler.swift
[174/186] Compiling CombineSchedulers ImmediateScheduler.swift
[175/186] Compiling CombineSchedulers Deprecations.swift
[176/186] Compiling CombineSchedulers AnyScheduler.swift
[177/186] Compiling CombineSchedulers Concurrency.swift
[178/186] Emitting module CombineSchedulers
[179/186] Compiling CombineSchedulers UnimplementedScheduler.swift
[180/186] Compiling CombineSchedulers Platform.swift
[181/186] Compiling CombineSchedulers SwiftUI.swift
[182/186] Compiling CombineSchedulers Lock.swift
[183/186] Compiling CombineSchedulers NSRecursiveLock.swift
[184/186] Compiling CombineSchedulers UIKit.swift
[185/186] Compiling CombineSchedulers TestScheduler.swift
[186/186] Compiling CombineSchedulers Timer.swift
Build complete! (25.32s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-concurrency-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-concurrency-extras"
    },
    {
      "identity" : "xctest-dynamic-overlay",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
    },
    {
      "identity" : "opencombine",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.14.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OpenCombine/OpenCombine.git"
    }
  ],
  "manifest_display_name" : "combine-schedulers",
  "name" : "combine-schedulers",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "CombineSchedulers",
      "targets" : [
        "CombineSchedulers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "CombineSchedulersTests",
      "module_type" : "SwiftTarget",
      "name" : "CombineSchedulersTests",
      "path" : "Tests/CombineSchedulersTests",
      "sources" : [
        "ImmediateSchedulerTests.swift",
        "TestSchedulerTests.swift",
        "TimerTests.swift",
        "UISchedulerTests.swift",
        "UnimplementedSchedulerTests.swift"
      ],
      "target_dependencies" : [
        "CombineSchedulers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CombineSchedulers",
      "module_type" : "SwiftTarget",
      "name" : "CombineSchedulers",
      "path" : "Sources/CombineSchedulers",
      "product_dependencies" : [
        "ConcurrencyExtras",
        "IssueReporting",
        "OpenCombineShim"
      ],
      "product_memberships" : [
        "CombineSchedulers"
      ],
      "sources" : [
        "AnyScheduler.swift",
        "Concurrency.swift",
        "ImmediateScheduler.swift",
        "Internal/Deprecations.swift",
        "Internal/Lock.swift",
        "Internal/NSRecursiveLock.swift",
        "Internal/Platform.swift",
        "SwiftUI.swift",
        "TestScheduler.swift",
        "Timer.swift",
        "UIKit.swift",
        "UIScheduler.swift",
        "UnimplementedScheduler.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.