The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftCron, reference master (b2f184), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 01:17:40 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rymcol/swiftcron.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rymcol/swiftcron
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b2f1845 Merge branch 'master' of github.com:rymcol/Swift-Cron
Cloned https://github.com/rymcol/swiftcron.git
Revision (git rev-parse @):
b2f1845dd442c37928109f5d9125916f167e3982
SUCCESS checkout https://github.com/rymcol/swiftcron.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/rymcol/swiftcron.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/7] Compiling PerfectThread Threading.swift
[5/7] Compiling PerfectThread Promise.swift
[6/7] Emitting module PerfectThread
[7/7] Compiling PerfectThread ThreadQueue.swift
[8/11] Compiling SwiftCron CronJob.swift
[9/11] Compiling SwiftCron CronStorage.swift
[10/11] Emitting module SwiftCron
[11/11] Compiling SwiftCron Cron.swift
Build complete! (8.19s)
Fetching https://github.com/PerfectlySoft/Perfect-Thread.git
[1/379] Fetching perfect-thread
Fetched https://github.com/PerfectlySoft/Perfect-Thread.git from cache (0.86s)
Computing version for https://github.com/PerfectlySoft/Perfect-Thread.git
Computed https://github.com/PerfectlySoft/Perfect-Thread.git at 3.0.7 (2.78s)
Creating working copy for https://github.com/PerfectlySoft/Perfect-Thread.git
Working copy of https://github.com/PerfectlySoft/Perfect-Thread.git resolved at 3.0.7
Build complete.
{
  "dependencies" : [
    {
      "identity" : "perfect-thread",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.2",
            "upper_bound" : "3.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PerfectlySoft/Perfect-Thread.git"
    }
  ],
  "manifest_display_name" : "SwiftCron",
  "name" : "SwiftCron",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftCron",
      "targets" : [
        "SwiftCron"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftCronTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCronTests",
      "path" : "Tests/Swift-CronTests",
      "product_dependencies" : [
        "PerfectThread"
      ],
      "sources" : [
        "Swift_CronTests.swift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftCron",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCron",
      "path" : "Sources/SwiftCron",
      "product_dependencies" : [
        "PerfectThread"
      ],
      "product_memberships" : [
        "SwiftCron"
      ],
      "sources" : [
        "Cron.swift",
        "CronJob.swift",
        "CronStorage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.