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.0 for Linux on 3 Dec 2024 09:49:19 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.58.4
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.0
Building package at path:  $PWD
https://github.com/pointfreeco/combine-schedulers.git
{
  "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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/773] Fetching swift-concurrency-extras
[774/5783] Fetching swift-concurrency-extras, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.66s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.67s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.0 (0.45s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.4.3 (0.46s)
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.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.4.3
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/33] Compiling IssueReporting TestContext.swift
[6/33] Compiling IssueReporting Unimplemented.swift
[7/35] Compiling IssueReporting WithExpectedIssue.swift
[8/35] Compiling IssueReporting WithIssueContext.swift
[9/35] Compiling ConcurrencyExtras Task.swift
[10/35] Compiling ConcurrencyExtras Result.swift
[11/36] Compiling IssueReporting LockIsolated.swift
[12/36] Compiling IssueReporting Rethrows.swift
[13/36] Compiling IssueReporting SwiftTesting.swift
[14/36] Compiling IssueReporting UncheckedSendable.swift
[15/36] Compiling IssueReporting Warn.swift
[16/36] Compiling IssueReporting XCTest.swift
[17/36] Compiling ConcurrencyExtras LockIsolated.swift
[19/36] Compiling IssueReporting AppHostWarning.swift
[20/36] Compiling ConcurrencyExtras MainSerialExecutor.swift
[21/36] Compiling IssueReporting IsTesting.swift
[22/36] Compiling IssueReporting IssueReporter.swift
[23/36] Compiling IssueReporting BreakpointReporter.swift
[24/36] Compiling IssueReporting FatalErrorReporter.swift
[25/36] Compiling IssueReporting RuntimeWarningReporter.swift
[26/36] Compiling IssueReporting ReportIssue.swift
[27/36] Emitting module IssueReporting
[29/36] Compiling IssueReporting Deprecations.swift
[30/36] Compiling IssueReporting FailureObserver.swift
[31/36] Emitting module ConcurrencyExtras
[36/36] Compiling ConcurrencyExtras UncheckedSendable.swift
[39/50] Compiling CombineSchedulers Timer.swift
[40/50] Compiling CombineSchedulers UIKit.swift
[41/51] Compiling CombineSchedulers UIScheduler.swift
[42/51] Compiling CombineSchedulers SwiftUI.swift
[43/51] Compiling CombineSchedulers TestScheduler.swift
[44/51] Compiling CombineSchedulers ImmediateScheduler.swift
[45/51] Compiling CombineSchedulers Deprecations.swift
[46/51] Compiling CombineSchedulers AnyScheduler.swift
[47/51] Compiling CombineSchedulers Concurrency.swift
[48/51] Emitting module CombineSchedulers
[49/51] Compiling CombineSchedulers Lock.swift
[50/51] Compiling CombineSchedulers NSRecursiveLock.swift
[51/51] Compiling CombineSchedulers UnimplementedScheduler.swift
Build complete! (20.58s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.