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 main (fd16d7), with Swift 6.1 for Linux on 11 Nov 2025 04:14:14 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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-4609320-3":/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/OpenCombine/OpenCombine.git
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/886] Fetching swift-concurrency-extras
[887/9170] Fetching swift-concurrency-extras, opencombine
[1633/14725] Fetching swift-concurrency-extras, opencombine, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.91s)
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (0.91s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.92s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (3.54s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.56s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.51s)
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/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/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 IssueReportingPackageSupport
[12/115] Compiling IssueReportingPackageSupport _Test.swift
[13/116] Emitting module ConcurrencyExtras
[14/116] Compiling OpenCombine ConduitBase.swift
[15/116] Compiling OpenCombine ConduitList.swift
[17/117] Compiling OpenCombine Utils.swift
[18/117] Compiling OpenCombine Violations.swift
[19/117] Compiling OpenCombine ImmediateScheduler.swift
[20/117] Compiling OpenCombine ObservableObject.swift
[21/117] Compiling OpenCombine PassthroughSubject.swift
[22/117] Compiling OpenCombine Published.swift
[23/117] Compiling OpenCombine Publisher+Subscribe.swift
[24/117] Compiling OpenCombine Deferred.swift
[25/117] Compiling OpenCombine Empty.swift
[26/117] Compiling OpenCombine Fail.swift
[27/117] Compiling OpenCombine GENERATED-Publishers.Catch.swift
[28/117] Compiling OpenCombine GENERATED-Publishers.Encode.swift
[29/117] Compiling OpenCombine GENERATED-Publishers.MapKeyPath.swift
[30/129] Compiling ConcurrencyExtras UncheckedSendable.swift
[31/148] Compiling IssueReporting FatalErrorReporter.swift
[32/148] Compiling IssueReporting RuntimeWarningReporter.swift
[33/148] Compiling IssueReporting ReportIssue.swift
[34/148] Compiling IssueReporting TestContext.swift
[35/148] Compiling IssueReporting Unimplemented.swift
[36/148] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[37/148] Compiling OpenCombine Publishers.PrefixWhile.swift
[38/148] Compiling OpenCombine Publishers.Print.swift
[39/148] Compiling OpenCombine Publishers.ReceiveOn.swift
[40/148] Compiling OpenCombine Publishers.Reduce.swift
[41/148] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[42/148] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[43/148] Compiling OpenCombine Publishers.ReplaceError.swift
[44/148] Compiling OpenCombine Publishers.Count.swift
[45/148] Compiling OpenCombine Publishers.Debounce.swift
[46/148] Compiling OpenCombine Publishers.Delay.swift
[47/148] Compiling OpenCombine Publishers.Drop.swift
[48/148] Compiling OpenCombine Publishers.DropUntilOutput.swift
[49/148] Compiling OpenCombine Publishers.DropWhile.swift
[50/148] Compiling OpenCombine Publishers.Filter.swift
[51/148] Compiling OpenCombine Publishers.First.swift
[52/148] Compiling OpenCombine Publishers.FlatMap.swift
[53/148] Compiling OpenCombine Publishers.HandleEvents.swift
[54/148] Compiling OpenCombine Publishers.IgnoreOutput.swift
[55/148] Compiling OpenCombine Publishers.Last.swift
[56/148] Compiling OpenCombine Publishers.MakeConnectable.swift
[57/148] Compiling OpenCombine Just.swift
[58/148] Compiling OpenCombine Optional.Publisher.swift
[59/148] Compiling OpenCombine Publishers.AllSatisfy.swift
[60/148] Compiling OpenCombine Publishers.AssertNoFailure.swift
[61/148] Compiling OpenCombine Publishers.Autoconnect.swift
[62/148] Compiling OpenCombine Publishers.Breakpoint.swift
[63/148] Compiling OpenCombine Publishers.Buffer.swift
[64/148] Compiling OpenCombine Publishers.Collect.swift
[65/148] Compiling OpenCombine Publishers.CollectByCount.swift
[66/148] Compiling OpenCombine Publishers.CompactMap.swift
[67/148] Compiling OpenCombine Publishers.Comparison.swift
[68/148] Compiling OpenCombine Publishers.Concatenate.swift
[69/148] Compiling OpenCombine Publishers.Contains.swift
[70/148] Compiling IssueReporting ErrorReporting.swift
[71/148] Compiling IssueReporting AppHostWarning.swift
[72/148] Compiling IssueReporting Deprecations.swift
[73/148] Compiling IssueReporting FailureObserver.swift
[74/148] Compiling IssueReporting LockIsolated.swift
[75/148] Compiling IssueReporting Rethrows.swift
[76/148] Compiling IssueReporting SwiftTesting.swift
[77/148] Compiling IssueReporting UncheckedSendable.swift
[78/148] Compiling IssueReporting Warn.swift
[79/148] Compiling IssueReporting XCTest.swift
[80/148] Compiling IssueReporting IsTesting.swift
[81/148] Compiling IssueReporting IssueReporter.swift
[82/148] Compiling IssueReporting BreakpointReporter.swift
[83/148] Compiling OpenCombine AnyCancellable.swift
[84/148] Compiling OpenCombine AnyPublisher.swift
[85/148] Compiling OpenCombine AnySubscriber.swift
[86/148] Compiling OpenCombine Cancellable.swift
[87/148] Compiling OpenCombine Codable.swift
[88/148] Compiling OpenCombine CombineIdentifier.swift
[89/148] Compiling OpenCombine ConcurrencyHelpers.swift
[90/148] Compiling OpenCombine Future+Concurrency.swift
[91/148] Compiling OpenCombine GENERATED-Publisher+Concurrency.swift
[92/148] Compiling OpenCombine CurrentValueSubject.swift
[93/148] Compiling OpenCombine CustomCombineIdentifierConvertible.swift
[94/148] Compiling OpenCombine Future.swift
[95/148] Compiling OpenCombine GENERATED-RootProtocols.swift
[96/148] Emitting module OpenCombine
[97/148] Compiling OpenCombine Publishers.Retry.swift
[98/148] Compiling OpenCombine Publishers.Scan.swift
[99/148] Compiling OpenCombine Publishers.Sequence.swift
[100/148] Compiling OpenCombine Publishers.SetFailureType.swift
[101/148] Compiling OpenCombine Publishers.Share.swift
[102/148] Compiling OpenCombine Publishers.SubscribeOn.swift
[103/148] Compiling OpenCombine Publishers.SwitchToLatest.swift
[104/148] Compiling OpenCombine Publishers.Throttle.swift
[105/148] Compiling OpenCombine Publishers.Timeout.swift
[106/148] Compiling OpenCombine Publishers.Zip.swift
[107/148] Compiling OpenCombine Publishers.swift
[108/148] Compiling OpenCombine Record.swift
[109/148] Compiling OpenCombine Result.Publisher.swift
[112/150] Emitting module IssueReporting
[113/150] Compiling OpenCombine Result.swift
[114/150] Compiling OpenCombine Scheduler.swift
[115/150] Compiling OpenCombine Subject+Void.swift
[116/150] Compiling OpenCombine Subscriber+Void.swift
[117/150] Compiling OpenCombine Subscribers.Assign.swift
[118/150] Compiling OpenCombine Subscribers.Completion.swift
[119/150] Compiling OpenCombine Subscribers.Demand.swift
[120/150] Compiling OpenCombine Subscribers.Sink.swift
[121/150] Compiling OpenCombine Subscribers.swift
[122/150] Compiling OpenCombine Subscription.swift
[123/150] Compiling OpenCombine Subscriptions.swift
[124/150] Compiling OpenCombine _Introspection.swift
[125/151] Compiling IssueReporting WithExpectedIssue.swift
[126/151] Compiling IssueReporting WithIssueContext.swift
[135/164] Compiling ConcurrencyExtras Result.swift
[136/164] Compiling ConcurrencyExtras Task.swift
[137/164] Compiling OpenCombineFoundation Locking.swift
[138/164] Compiling OpenCombineFoundation Portability.swift
[139/164] Compiling ConcurrencyExtras MainSerialExecutor.swift
[140/164] Compiling ConcurrencyExtras LockIsolated.swift
[141/164] Compiling OpenCombineFoundation JSONEncoder.swift
[142/164] Compiling OpenCombineFoundation NotificationCenter.swift
[143/164] Compiling OpenCombineFoundation Utils.swift
[144/164] Compiling OpenCombineFoundation Violations.swift
[154/166] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[155/166] Emitting module OpenCombineDispatch
[157/167] Compiling OpenCombineFoundation Timer+Publisher.swift
[158/168] Emitting module OpenCombineFoundation
[165/168] Compiling OpenCombineFoundation OperationQueue+Scheduler.swift
[166/168] Compiling OpenCombineFoundation PropertyListEncoder.swift
[167/168] Compiling OpenCombineFoundation RunLoop+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] Emitting module CombineSchedulers
[175/186] Compiling CombineSchedulers UnimplementedScheduler.swift
[176/186] Compiling CombineSchedulers UIKit.swift
[177/186] Compiling CombineSchedulers Platform.swift
[178/186] Compiling CombineSchedulers SwiftUI.swift
[179/186] Compiling CombineSchedulers Lock.swift
[180/186] Compiling CombineSchedulers NSRecursiveLock.swift
[181/186] Compiling CombineSchedulers ImmediateScheduler.swift
[182/186] Compiling CombineSchedulers Deprecations.swift
[183/186] Compiling CombineSchedulers TestScheduler.swift
[184/186] Compiling CombineSchedulers Timer.swift
[185/186] Compiling CombineSchedulers AnyScheduler.swift
[186/186] Compiling CombineSchedulers Concurrency.swift
Build complete! (25.46s)
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.