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 (ca6872), with Swift 6.0 for Linux on 12 Jun 2025 02:30:04 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orchetect/SwiftRadix.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/orchetect/SwiftRadix
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ca68722 Updated README
Cloned https://github.com/orchetect/SwiftRadix.git
Revision (git rev-parse @):
ca68722dff396427daaaf79f90b318ee17e1b919
SUCCESS checkout https://github.com/orchetect/SwiftRadix.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/orchetect/SwiftRadix.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:eaa733228b13fb63f7b48fc0ae9a4552a427b7215d37e5caded5aa10021734d9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/18] Compiling SwiftRadix Radix Nibble.swift
[4/18] Compiling SwiftRadix Radix Operators.swift
[5/20] Emitting module SwiftRadix
[6/20] Compiling SwiftRadix Hex.swift
[7/20] Compiling SwiftRadix Octal Type Extensions.swift
[8/20] Compiling SwiftRadix Radix Type Extensions.swift
[9/20] Compiling SwiftRadix Radix.swift
[10/20] Compiling SwiftRadix Binary Type Extensions.swift
[11/20] Compiling SwiftRadix Binary.swift
[12/20] Compiling SwiftRadix Hex Type Extensions.swift
[13/20] Compiling SwiftRadix Radix Protocol Adoptions.swift
[14/20] Compiling SwiftRadix Radix Strings.swift
[15/20] Compiling SwiftRadix Radix Bytes.swift
[16/20] Compiling SwiftRadix Radix Collection Methods.swift
[17/20] Compiling SwiftRadix Octal.swift
[18/20] Compiling SwiftRadix Radix Bit.swift
[19/20] Compiling SwiftRadix RadixProtocol.swift
[20/20] Compiling SwiftRadix Utilities.swift
Build complete! (8.05s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftRadix",
  "name" : "SwiftRadix",
  "path" : "/host/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"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:eaa733228b13fb63f7b48fc0ae9a4552a427b7215d37e5caded5aa10021734d9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.