The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TaskScheduler, reference 0.0.2 (7d0a9f), with Swift 6.3 for Android on 18 Apr 2026 12:25:21 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/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/molayab/swift-background-scheduler.git
Reference: 0.0.2
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/molayab/swift-background-scheduler
 * tag               0.0.2      -> FETCH_HEAD
HEAD is now at 7d0a9f8 Update README with badges, architecture docs, and accurate API examples.
Cloned https://github.com/molayab/swift-background-scheduler.git
Revision (git rev-parse @):
7d0a9f84c7f7a4ca4884f5a5b94cb4aafaf0b08e
SUCCESS checkout https://github.com/molayab/swift-background-scheduler.git at 0.0.2
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/molayab/swift-background-scheduler.git
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/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--4F562202D5529B1.txt
[3/11] Compiling TaskScheduler TaskScheduleMode.swift
[4/11] Compiling TaskScheduler TaskScheduler.swift
[5/11] Compiling TaskScheduler ExecutableTask.swift
[6/12] Compiling TaskScheduler TaskExecutorSignal.swift
/host/spi-builder-workspace/Sources/TaskScheduler/Engine/TaskExecutorSignal.swift:22:15: warning: result of call to 'scheduledTimer(withTimeInterval:repeats:block:)' is unused [#no-usage]
20 |     ) -> TaskExecutorSignal {
21 |         let signal = TaskExecutorSignal()
22 |         Timer.scheduledTimer(
   |               `- warning: result of call to 'scheduledTimer(withTimeInterval:repeats:block:)' is unused [#no-usage]
23 |             withTimeInterval: timeInterval,
24 |             repeats: repeats,
/host/spi-builder-workspace/Sources/TaskScheduler/Engine/TaskExecutorSignal.swift:48:18: warning: result of call to 'runContinuously()' is unused [#no-usage]
46 |         #else
47 |         // Fallback for unsupported platforms
48 |         executor.runContinuously()
   |                  `- warning: result of call to 'runContinuously()' is unused [#no-usage]
49 |         #endif
50 |
[7/12] Compiling TaskScheduler Backend.swift
[8/12] Compiling TaskScheduler MacOSBackend.swift
[9/12] Compiling TaskScheduler TaskExecutor.swift
[10/12] Compiling TaskScheduler iOSBackend.swift
[11/12] Emitting module TaskScheduler
[12/12] Compiling TaskScheduler SharedResource.swift
Build complete! (21.01s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TaskScheduler",
  "name" : "TaskScheduler",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "TaskScheduler",
      "targets" : [
        "TaskScheduler"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TaskSchedulerTests",
      "module_type" : "SwiftTarget",
      "name" : "TaskSchedulerTests",
      "path" : "Tests/TaskSchedulerTests",
      "sources" : [
        "CountingTask.swift",
        "TaskSchedulerStressTests.swift",
        "TaskSchedulerTests.swift"
      ],
      "target_dependencies" : [
        "TaskScheduler"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TaskScheduler",
      "module_type" : "SwiftTarget",
      "name" : "TaskScheduler",
      "path" : "Sources/TaskScheduler",
      "product_memberships" : [
        "TaskScheduler"
      ],
      "sources" : [
        "Engine/Backends/Backend.swift",
        "Engine/Backends/MacOSBackend.swift",
        "Engine/Backends/iOSBackend.swift",
        "Engine/TaskExecutor.swift",
        "Engine/TaskExecutorSignal.swift",
        "Executable/ExecutableTask.swift",
        "Scheduler/TaskScheduleMode.swift",
        "Scheduler/TaskScheduler.swift",
        "Utils/SharedResource.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.