The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-uuid25, reference v0.1.3 (c242c5), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 03:07:58 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/uuid25/swift-uuid25.git
Reference: v0.1.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/uuid25/swift-uuid25
 * tag               v0.1.3     -> FETCH_HEAD
HEAD is now at c242c57 v0.1.3 Released
Cloned https://github.com/uuid25/swift-uuid25.git
Revision (git rev-parse @):
c242c5799d602dcab003cc5634ec39ee999fa51e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/uuid25/swift-uuid25.git at v0.1.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/uuid25/swift-uuid25.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/4] Emitting module Uuid25
[4/4] Compiling Uuid25 Uuid25.swift
Build complete! (0.79s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-uuid25",
  "name" : "swift-uuid25",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Uuid25",
      "targets" : [
        "Uuid25"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Uuid25Tests",
      "module_type" : "SwiftTarget",
      "name" : "Uuid25Tests",
      "path" : "Tests/Uuid25Tests",
      "sources" : [
        "Uuid25Tests.swift"
      ],
      "target_dependencies" : [
        "Uuid25"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Uuid25",
      "module_type" : "SwiftTarget",
      "name" : "Uuid25",
      "path" : "Sources/Uuid25",
      "product_memberships" : [
        "Uuid25"
      ],
      "sources" : [
        "Uuid25.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.