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 PcgRandom 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/paiv/swift-pcg-random.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/paiv/swift-pcg-random
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4e15d60 #StandWithUkraine
Cloned https://github.com/paiv/swift-pcg-random.git
Revision (git rev-parse @):
4e15d60fe74d4612949125e14a536b6fe626b9bf
SUCCESS checkout https://github.com/paiv/swift-pcg-random.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/paiv/swift-pcg-random.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
[1/3] Write swift-version-6F35C1178C84523A.txt
[2/3] Compiling PcgRandomC PcgRandom.c
[4/9] Compiling PcgRandom PcgRandomLocking.swift
[5/9] Compiling PcgRandom UInt128.swift
[6/9] Compiling PcgRandom PThreadMutex.swift
[7/9] Compiling PcgRandom PcgRandom.swift
[8/9] Emitting module PcgRandom
[9/9] Compiling PcgRandom OSUnfairLock.swift
Build complete! (8.86s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PcgRandom",
  "name" : "PcgRandom",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PcgRandom",
      "targets" : [
        "PcgRandom"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "PcgRandomTests",
      "module_type" : "SwiftTarget",
      "name" : "PcgRandomTests",
      "path" : "Tests/PcgRandomTests",
      "sources" : [
        "PcgRandomTests.swift"
      ],
      "target_dependencies" : [
        "PcgRandom"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PcgRandomC",
      "module_type" : "ClangTarget",
      "name" : "PcgRandomC",
      "path" : "Sources/PcgRandomC",
      "product_memberships" : [
        "PcgRandom"
      ],
      "sources" : [
        "PcgRandom.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PcgRandom",
      "module_type" : "SwiftTarget",
      "name" : "PcgRandom",
      "path" : "Sources/PcgRandom",
      "product_memberships" : [
        "PcgRandom"
      ],
      "sources" : [
        "OSUnfairLock.swift",
        "PThreadMutex.swift",
        "PcgRandom.swift",
        "PcgRandomLocking.swift",
        "UInt128.swift"
      ],
      "target_dependencies" : [
        "PcgRandomC"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.