The Swift Package Index logo.Swift Package Index

Build Information

Successful build of UInt128, reference master (58bd8a), with Swift 6.0 for macOS (SPM) on 23 Jan 2026 00:53:10 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Jitsusama/UInt128.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Jitsusama/UInt128
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 58bd8a2 Merge pull request #45 from snofla/feature/uuid-to-uint128-vice-versa
Cloned https://github.com/Jitsusama/UInt128.git
Revision (git rev-parse @):
58bd8a247df0c2ece73b6c760f22c93ad6a47492
SUCCESS checkout https://github.com/Jitsusama/UInt128.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Jitsusama/UInt128.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/6] Compiling UInt128 UInt128.swift
[4/6] Compiling UInt128 UInt128+UUID.swift
[5/6] Compiling UInt128 UUID+UInt128.swift
[6/6] Emitting module UInt128
Build complete! (5.53s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "UInt128",
  "name" : "UInt128",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "UInt128",
      "targets" : [
        "UInt128"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UInt128Tests",
      "module_type" : "SwiftTarget",
      "name" : "UInt128Tests",
      "path" : "Tests/UInt128Tests",
      "sources" : [
        "UInt128PerformanceTests.swift",
        "UInt128Tests.swift"
      ],
      "target_dependencies" : [
        "UInt128"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UInt128",
      "module_type" : "SwiftTarget",
      "name" : "UInt128",
      "path" : "Sources/UInt128",
      "product_memberships" : [
        "UInt128"
      ],
      "sources" : [
        "UInt128+UUID.swift",
        "UInt128.swift",
        "UUID+UInt128.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.