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 SwiftCron with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rymcol/swiftcron.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-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
Fetching https://github.com/PerfectlySoft/Perfect-Thread.git from cache
Fetched https://github.com/PerfectlySoft/Perfect-Thread.git (0.19s)
Computing version for https://github.com/PerfectlySoft/Perfect-Thread.git
Computed https://github.com/PerfectlySoft/Perfect-Thread.git at 3.0.7 (0.03s)
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftcron",
      "name": "SwiftCron",
      "url": "https://github.com/rymcol/swiftcron.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftcron",
      "dependencies": [
        {
          "identity": "perfect-thread",
          "name": "PerfectThread",
          "url": "https://github.com/PerfectlySoft/Perfect-Thread.git",
          "version": "3.0.7",
          "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Perfect-Thread",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/rymcol/swiftcron.git
[1/169] Fetching swiftcron
Fetched https://github.com/rymcol/swiftcron.git (0.29s)
Fetching https://github.com/PerfectlySoft/Perfect-Thread.git from cache
Fetched https://github.com/PerfectlySoft/Perfect-Thread.git (0.22s)
Computing version for https://github.com/PerfectlySoft/Perfect-Thread.git
Computed https://github.com/PerfectlySoft/Perfect-Thread.git at 3.0.7 (0.03s)
Creating working copy for https://github.com/rymcol/swiftcron.git
Working copy of https://github.com/rymcol/swiftcron.git resolved at master
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
warning: '.resolve-product-dependencies': dependency 'swiftcron' is not used by any target
Found 1 product dependencies
  - PerfectThread
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/4] Compiling PerfectThread Threading.swift
[2/4] Compiling PerfectThread Promise.swift
[3/4] Compiling PerfectThread ThreadQueue.swift
[4/4] Emitting module PerfectThread
[5/8] Compiling SwiftCron CronStorage.swift
[6/8] Compiling SwiftCron Cron.swift
[7/8] Emitting module SwiftCron
[8/8] Compiling SwiftCron CronJob.swift
Build complete! (10.15s)
Build complete.
Done.