This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mihaelisaev/SwifCron.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mihaelisaev/SwifCron
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 51d388d Merge pull request #1 from Higher08/master
Cloned https://github.com/mihaelisaev/SwifCron.git
Revision (git rev-parse @):
51d388da749b002522261e6fe4171acf93ee1b74
SUCCESS checkout https://github.com/mihaelisaev/SwifCron.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/mihaelisaev/SwifCron.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/8] Compiling SwifCron ExpressionParser.swift
[4/8] Compiling SwifCron Array+Each.swift
[5/8] Emitting module SwifCron
[6/8] Compiling SwifCron Helper.swift
[7/8] Compiling SwifCron SwifCronError.swift
[8/8] Compiling SwifCron SwifCron.swift
Build complete! (17.58s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwifCron",
  "name" : "SwifCron",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwifCron",
      "targets" : [
        "SwifCron"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwifCronTests",
      "module_type" : "SwiftTarget",
      "name" : "SwifCronTests",
      "path" : "Tests/SwifCronTests",
      "sources" : [
        "SwifCronTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwifCron"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwifCron",
      "module_type" : "SwiftTarget",
      "name" : "SwifCron",
      "path" : "Sources/SwifCron",
      "product_memberships" : [
        "SwifCron"
      ],
      "sources" : [
        "Array+Each.swift",
        "ExpressionParser.swift",
        "Helper.swift",
        "SwifCron.swift",
        "SwifCronError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.