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 ReviewPrompter 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/ChristianFox/ReviewPrompter.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChristianFox/ReviewPrompter
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3b945eb Update README.md with buymeacoffee button
Cloned https://github.com/ChristianFox/ReviewPrompter.git
Revision (git rev-parse @):
3b945ebce4a062da109fbffb668bdfb5907f5095
SUCCESS checkout https://github.com/ChristianFox/ReviewPrompter.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/ChristianFox/ReviewPrompter.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/3] Write sources
[2/3] Write swift-version-6F35C1178C84523A.txt
[4/5] Compiling EventTracker EventTracker.swift
[5/5] Emitting module EventTracker
[6/7] Emitting module ReviewPrompter
[7/7] Compiling ReviewPrompter ReviewPrompter.swift
Build complete! (26.98s)
Fetching https://github.com/ChristianFox/EventTracker.git
[1/38] Fetching eventtracker
Fetched https://github.com/ChristianFox/EventTracker.git from cache (0.70s)
Computing version for https://github.com/ChristianFox/EventTracker.git
Computed https://github.com/ChristianFox/EventTracker.git at 1.0.0 (0.70s)
Creating working copy for https://github.com/ChristianFox/EventTracker.git
Working copy of https://github.com/ChristianFox/EventTracker.git resolved at 1.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "eventtracker",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChristianFox/EventTracker.git"
    }
  ],
  "manifest_display_name" : "ReviewPrompter",
  "name" : "ReviewPrompter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "ReviewPrompter",
      "targets" : [
        "ReviewPrompter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ReviewPrompterTests",
      "module_type" : "SwiftTarget",
      "name" : "ReviewPrompterTests",
      "path" : "Tests/ReviewPrompterTests",
      "sources" : [
        "ReviewPrompterTests.swift"
      ],
      "target_dependencies" : [
        "ReviewPrompter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ReviewPrompter",
      "module_type" : "SwiftTarget",
      "name" : "ReviewPrompter",
      "path" : "Sources/ReviewPrompter",
      "product_dependencies" : [
        "EventTracker"
      ],
      "product_memberships" : [
        "ReviewPrompter"
      ],
      "sources" : [
        "ReviewPrompter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.