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 combine-schedulers, reference main (592828), with Swift 6.1 for Linux on 29 Apr 2025 16:14:04 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
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 5928286 Update Package@swift-6.0.swift (#98)
Cloned https://github.com/pointfreeco/combine-schedulers.git
Revision (git rev-parse @):
5928286acce13def418ec36d05a001a9641086f2
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"
    }
  ],
  "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"
      ],
      "product_memberships" : [
        "CombineSchedulers"
      ],
      "sources" : [
        "AnyScheduler.swift",
        "Concurrency.swift",
        "ImmediateScheduler.swift",
        "Internal/Deprecations.swift",
        "Internal/Lock.swift",
        "Internal/NSRecursiveLock.swift",
        "SwiftUI.swift",
        "TestScheduler.swift",
        "Timer.swift",
        "UIKit.swift",
        "UIScheduler.swift",
        "UnimplementedScheduler.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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 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/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/852] Fetching swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.26s)
[1/5388] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.66s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (1.17s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.54s)
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.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/34] Compiling IssueReporting TestContext.swift
[6/34] Compiling IssueReporting Unimplemented.swift
[7/36] Compiling IssueReporting WithExpectedIssue.swift
[8/36] Compiling IssueReporting WithIssueContext.swift
[9/36] Compiling IssueReporting ErrorReporting.swift
[10/36] Compiling IssueReporting AppHostWarning.swift
[11/36] Compiling IssueReporting Deprecations.swift
[12/36] Compiling IssueReporting SwiftTesting.swift
[13/36] Compiling IssueReporting UncheckedSendable.swift
[14/36] Compiling IssueReporting Warn.swift
[15/36] Emitting module ConcurrencyExtras
[16/37] Emitting module IssueReporting
[20/37] Compiling ConcurrencyExtras LockIsolated.swift
[21/37] Compiling ConcurrencyExtras Task.swift
[22/37] Compiling ConcurrencyExtras Result.swift
[23/37] Compiling ConcurrencyExtras MainSerialExecutor.swift
[24/37] Compiling IssueReporting BreakpointReporter.swift
[25/37] Compiling IssueReporting FatalErrorReporter.swift
[26/37] Compiling IssueReporting RuntimeWarningReporter.swift
[27/37] Compiling IssueReporting ReportIssue.swift
[28/37] Compiling ConcurrencyExtras UncheckedSendable.swift
[29/38] Compiling IssueReporting FailureObserver.swift
[30/38] Compiling IssueReporting LockIsolated.swift
[31/38] Compiling IssueReporting Rethrows.swift
[35/38] Compiling IssueReporting XCTest.swift
[36/38] Compiling IssueReporting IsTesting.swift
[37/38] Compiling IssueReporting IssueReporter.swift
[40/51] Compiling CombineSchedulers UIScheduler.swift
[41/51] Compiling CombineSchedulers UIKit.swift
[42/52] Emitting module CombineSchedulers
[43/52] Compiling CombineSchedulers Timer.swift
[44/52] Compiling CombineSchedulers SwiftUI.swift
[45/52] Compiling CombineSchedulers TestScheduler.swift
[46/52] Compiling CombineSchedulers ImmediateScheduler.swift
[47/52] Compiling CombineSchedulers Deprecations.swift
[48/52] Compiling CombineSchedulers AnyScheduler.swift
[49/52] Compiling CombineSchedulers Concurrency.swift
[50/52] Compiling CombineSchedulers Lock.swift
[51/52] Compiling CombineSchedulers NSRecursiveLock.swift
[52/52] Compiling CombineSchedulers UnimplementedScheduler.swift
Build complete! (12.19s)
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"
    }
  ],
  "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"
      ],
      "product_memberships" : [
        "CombineSchedulers"
      ],
      "sources" : [
        "AnyScheduler.swift",
        "Concurrency.swift",
        "ImmediateScheduler.swift",
        "Internal/Deprecations.swift",
        "Internal/Lock.swift",
        "Internal/NSRecursiveLock.swift",
        "SwiftUI.swift",
        "TestScheduler.swift",
        "Timer.swift",
        "UIKit.swift",
        "UIScheduler.swift",
        "UnimplementedScheduler.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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.