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 Linux on 13 Sep 2025 08:01:03 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

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 /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 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:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/orchetect/SwiftRadix.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:c6c8e08ea30bca759adf847aac87887750120fe9b6eaea09f5af37036a41e81a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/18] Emitting module SwiftRadix
[4/20] Compiling SwiftRadix RadixProtocol.swift
[5/20] Compiling SwiftRadix Utilities.swift
[6/20] Compiling SwiftRadix Radix Protocol Adoptions.swift
[7/20] Compiling SwiftRadix Radix Strings.swift
[8/20] Compiling SwiftRadix Hex.swift
[9/20] Compiling SwiftRadix Octal Type Extensions.swift
[10/20] Compiling SwiftRadix Radix Nibble.swift
[11/20] Compiling SwiftRadix Radix Operators.swift
[12/20] Compiling SwiftRadix Radix Type Extensions.swift
[13/20] Compiling SwiftRadix Radix.swift
[14/20] Compiling SwiftRadix Octal.swift
[15/20] Compiling SwiftRadix Radix Bit.swift
[16/20] Compiling SwiftRadix Binary Type Extensions.swift
[17/20] Compiling SwiftRadix Binary.swift
[18/20] Compiling SwiftRadix Hex Type Extensions.swift
[19/20] Compiling SwiftRadix Radix Bytes.swift
[20/20] Compiling SwiftRadix Radix Collection Methods.swift
Build complete! (12.21s)
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.2-latest: Pulling from finestructure/spi-images
Digest: sha256:c6c8e08ea30bca759adf847aac87887750120fe9b6eaea09f5af37036a41e81a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.