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 RandKit, reference master (38a77f), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 01:55:10 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Craz1k0ek/RandKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Craz1k0ek/RandKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 38a77f9 Update README.md
Cloned https://github.com/Craz1k0ek/RandKit.git
Revision (git rev-parse @):
38a77f91232f0592d1e65b4a4d1919a8c2215d7d
SUCCESS checkout https://github.com/Craz1k0ek/RandKit.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Craz1k0ek/RandKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/8] Compiling RandKit SplitMix64.swift
[4/8] Compiling RandKit Xoshiro256.swift
[5/8] Compiling RandKit Generics.swift
[6/8] Compiling RandKit MersenneTwister.swift
[7/8] Emitting module RandKit
[8/8] Compiling RandKit ISAAC.swift
Build complete! (0.76s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RandKit",
  "name" : "RandKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "RandKit",
      "targets" : [
        "RandKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RandKitTests",
      "module_type" : "SwiftTarget",
      "name" : "RandKitTests",
      "path" : "Tests/RandKitTests",
      "sources" : [
        "RandKitTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "RandKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RandKit",
      "module_type" : "SwiftTarget",
      "name" : "RandKit",
      "path" : "Sources/RandKit",
      "product_memberships" : [
        "RandKit"
      ],
      "sources" : [
        "CSPRNG/ISAAC.swift",
        "Generics.swift",
        "PRNG/MersenneTwister.swift",
        "PRNG/SplitMix64.swift",
        "PRNG/Xoshiro256.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.