The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PcgRandom, reference main (1a6377), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 22:14:32 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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 1a6377d move examples
Cloned https://github.com/paiv/swift-pcg-random.git
Revision (git rev-parse @):
1a6377de1c66583ac8dad42f800d79da07d0a551
SUCCESS checkout https://github.com/paiv/swift-pcg-random.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swift-pcg-random",
      "name": "PcgRandom",
      "url": "https://github.com/paiv/swift-pcg-random.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-pcg-random",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/paiv/swift-pcg-random.git
[1/504] Fetching swift-pcg-random
Fetched https://github.com/paiv/swift-pcg-random.git from cache (0.82s)
Creating working copy for https://github.com/paiv/swift-pcg-random.git
Working copy of https://github.com/paiv/swift-pcg-random.git resolved at main (1a6377d)
warning: '.resolve-product-dependencies': dependency 'swift-pcg-random' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/paiv/swift-pcg-random.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/4] Compiling PcgRandom PcgRandom.swift
[4/4] Emitting module PcgRandom
Build complete! (2.16s)
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.