The Swift Package Index logo.Swift Package Index

Build Information

Successful build of UIntX, reference 3.0.0 (af0adb), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 19:58:18 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/rkreutz/UIntX.git
Reference: 3.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rkreutz/UIntX
 * tag               3.0.0      -> FETCH_HEAD
HEAD is now at af0adb1 Skipping performance tests
Cloned https://github.com/rkreutz/UIntX.git
Revision (git rev-parse @):
af0adb198db9a61a3c15a8d095941ba7b4712414
SUCCESS checkout https://github.com/rkreutz/UIntX.git at 3.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/rkreutz/UIntX.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/13] Compiling UIntX UIntX+ExpressibleByIntegerLiteral.swift
[4/14] Compiling UIntX UIntXConfig.swift
[5/14] Compiling UIntX UIntX+Hashable.swift
[6/14] Compiling UIntX UIntX+CustomStringConvertible.swift
[7/14] Compiling UIntX UIntX+Numeric.swift
[8/14] Compiling UIntX UIntX+Equatable.swift
[9/14] Compiling UIntX UIntX+Comparable.swift
[10/14] Compiling UIntX Array+Extensions.swift
[11/14] Compiling UIntX UIntX+BinaryInteger.swift
[12/14] Emitting module UIntX
[13/14] Compiling UIntX UIntX.swift
[14/14] Compiling UIntX UIntX+UnsignedInteger.swift
Build complete! (3.68s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "UIntX",
  "name" : "UIntX",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "UIntX",
      "targets" : [
        "UIntX"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "UIntXTests",
      "module_type" : "SwiftTarget",
      "name" : "UIntXTests",
      "path" : "Tests/UIntXTests",
      "sources" : [
        "Performance/ArrayExtensionsPerformanceTests.swift",
        "Performance/CustomStringConvertiblePerformanceTests.swift",
        "Performance/InitilisersPerformanceTests.swift",
        "Performance/OperationsPerformanceTests.swift",
        "Performance/UIntXExtensionsPerformanceTests.swift",
        "UIntXComparableTests.swift",
        "UIntXDescription.swift",
        "UIntXEquatable.swift",
        "UIntXHash.swift",
        "UIntXInitTests.swift",
        "UIntXLeftShiftTests.swift",
        "UIntXOperations.swift",
        "UIntXRightShiftTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "UIntX"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UIntX",
      "module_type" : "SwiftTarget",
      "name" : "UIntX",
      "path" : "Sources/UIntX",
      "product_memberships" : [
        "UIntX"
      ],
      "sources" : [
        "Extensions/Array+Extensions.swift",
        "UIntX+BinaryInteger.swift",
        "UIntX+Comparable.swift",
        "UIntX+CustomStringConvertible.swift",
        "UIntX+Equatable.swift",
        "UIntX+ExpressibleByIntegerLiteral.swift",
        "UIntX+Hashable.swift",
        "UIntX+Numeric.swift",
        "UIntX+UnsignedInteger.swift",
        "UIntX.swift",
        "UIntXConfig.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.