The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of PcgRandom, reference main (ab2dab), with Swift 6.0 for macOS (SPM) on 11 May 2025 16:39:40 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
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 ab2dab7 update examples
Cloned https://github.com/paiv/swift-pcg-random.git
Revision (git rev-parse @):
ab2dab7d5d8d9a2e71ca96bcb22053f37216ec2a
SUCCESS checkout https://github.com/paiv/swift-pcg-random.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/paiv/swift-pcg-random.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/4] Emitting module PcgRandom
[4/4] Compiling PcgRandom PcgRandom.swift
Build complete! (2.06s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PcgRandom",
  "name" : "PcgRandom",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "PcgRandom",
      "targets" : [
        "PcgRandom"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "PcgRandomTests",
      "module_type" : "SwiftTarget",
      "name" : "PcgRandomTests",
      "path" : "Tests/PcgRandomTests",
      "sources" : [
        "PcgRandomTests.swift"
      ],
      "target_dependencies" : [
        "PcgRandom"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PcgRandom",
      "module_type" : "SwiftTarget",
      "name" : "PcgRandom",
      "path" : "Sources/PcgRandom",
      "product_memberships" : [
        "PcgRandom"
      ],
      "sources" : [
        "PcgRandom.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.