The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ULID.swift, reference 1.3.1 (e21933), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 22:49:11 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/yaslab/ULID.swift.git
Reference: 1.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yaslab/ULID.swift
 * tag               1.3.1      -> FETCH_HEAD
HEAD is now at e21933d Merge pull request #19 from yaslab/release/1.3.1
Cloned https://github.com/yaslab/ULID.swift.git
Revision (git rev-parse @):
e21933de8ac3e8ba9e83aa71956cd27206eec6b9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/yaslab/ULID.swift.git at 1.3.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/yaslab/ULID.swift.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/5] Compiling ULID ULID.swift
[4/5] Emitting module ULID
[5/5] Compiling ULID Data+Base32.swift
Build complete! (3.30s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ULID.swift",
  "name" : "ULID.swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "ULID",
      "targets" : [
        "ULID"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ULIDTests",
      "module_type" : "SwiftTarget",
      "name" : "ULIDTests",
      "path" : "Tests/ULIDTests",
      "sources" : [
        "Data+Base32Tests.swift",
        "ULIDTests.swift"
      ],
      "target_dependencies" : [
        "ULID"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ULID",
      "module_type" : "SwiftTarget",
      "name" : "ULID",
      "path" : "Sources/ULID",
      "product_memberships" : [
        "ULID"
      ],
      "sources" : [
        "Data+Base32.swift",
        "ULID.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Done.