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 SwiftRadix, reference main (de3c38), with Swift 6.2 (beta) for macOS (SPM) on 13 Sep 2025 08:01:24 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orchetect/SwiftRadix.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/orchetect/SwiftRadix
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at de3c38d Updated GitHub CI
Cloned https://github.com/orchetect/SwiftRadix.git
Revision (git rev-parse @):
de3c38d6b8ad1e8a296fec416461ff2282a0c8bd
SUCCESS checkout https://github.com/orchetect/SwiftRadix.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/orchetect/SwiftRadix.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/19] Compiling SwiftRadix Radix Operators.swift
[4/19] Compiling SwiftRadix Radix Protocol Adoptions.swift
[5/20] Compiling SwiftRadix Radix Collection Methods.swift
[6/20] Compiling SwiftRadix Radix Nibble.swift
[7/20] Compiling SwiftRadix Radix.swift
[8/20] Compiling SwiftRadix RadixProtocol.swift
[9/20] Compiling SwiftRadix Radix Bit.swift
[10/20] Compiling SwiftRadix Radix Bytes.swift
[11/20] Compiling SwiftRadix Radix Strings.swift
[12/20] Compiling SwiftRadix Radix Type Extensions.swift
[13/20] Compiling SwiftRadix Octal Type Extensions.swift
[14/20] Compiling SwiftRadix Octal.swift
[15/20] Compiling SwiftRadix Hex Type Extensions.swift
[16/20] Compiling SwiftRadix Hex.swift
[17/20] Emitting module SwiftRadix
[18/20] Compiling SwiftRadix Binary Type Extensions.swift
[19/20] Compiling SwiftRadix Binary.swift
[20/20] Compiling SwiftRadix Utilities.swift
Build complete! (5.04s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftRadix",
  "name" : "SwiftRadix",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftRadix",
      "targets" : [
        "SwiftRadix"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftRadixTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftRadixTests",
      "path" : "Tests/SwiftRadixTests",
      "sources" : [
        "Radix/Binary/Binary Tests.swift",
        "Radix/Binary/Binary Type Extensions Tests.swift",
        "Radix/Hex/Hex Tests.swift",
        "Radix/Hex/Hex Type Extensions Tests.swift",
        "Radix/Octal/Octal Tests.swift",
        "Radix/Octal/Octal Type Extensions Tests.swift",
        "Radix/Radix Bit Tests.swift",
        "Radix/Radix Bytes Tests.swift",
        "Radix/Radix Collection Methods Tests.swift",
        "Radix/Radix Nibble Tests.swift",
        "Radix/Radix Operators Tests.swift",
        "Radix/Radix Protocol Adoptions Tests.swift",
        "Radix/Radix Strings Tests.swift",
        "Radix/Radix Tests.swift",
        "Radix/Radix Type Extensions Tests.swift"
      ],
      "target_dependencies" : [
        "SwiftRadix"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftRadix",
      "module_type" : "SwiftTarget",
      "name" : "SwiftRadix",
      "path" : "Sources/SwiftRadix",
      "product_memberships" : [
        "SwiftRadix"
      ],
      "sources" : [
        "Radix/Binary/Binary Type Extensions.swift",
        "Radix/Binary/Binary.swift",
        "Radix/Hex/Hex Type Extensions.swift",
        "Radix/Hex/Hex.swift",
        "Radix/Octal/Octal Type Extensions.swift",
        "Radix/Octal/Octal.swift",
        "Radix/Radix Bit.swift",
        "Radix/Radix Bytes.swift",
        "Radix/Radix Collection Methods.swift",
        "Radix/Radix Nibble.swift",
        "Radix/Radix Operators.swift",
        "Radix/Radix Protocol Adoptions.swift",
        "Radix/Radix Strings.swift",
        "Radix/Radix Type Extensions.swift",
        "Radix/Radix.swift",
        "Radix/RadixProtocol.swift",
        "Utilities.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.