The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Bases, reference 1.0.0 (6553c2), with Swift 6.2 for Linux on 27 Apr 2026 05:53:29 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattrubin/Bases.git
Reference: 1.0.0
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/mattrubin/Bases
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 6553c2e Replace the full license text in each source file with SPDX tags (#50)
Cloned https://github.com/mattrubin/Bases.git
Revision (git rev-parse @):
6553c2eb299d7df890f5516652ae46e87020b58b
SUCCESS checkout https://github.com/mattrubin/Bases.git at 1.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mattrubin/Bases.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Building for debugging...
[0/8] Write sources
[3/8] Write swift-version-24593BA9C3E375BF.txt
[5/17] Emitting module Base16
[6/17] Compiling Base32 Quintets.swift
[7/17] Emitting module Base32
[8/17] Compiling Base32 BlockDecoding.swift
[9/17] Compiling Base32 BlockEncoding.swift
[10/17] Compiling Base32 Alphabet.swift
[11/17] Compiling Base32 Base32.swift
[13/18] Compiling Base16 Alphabet.swift
[14/18] Compiling Base16 Base16.swift
[15/19] Wrapping AST for Base32 for debugging
[17/21] Compiling PerformanceTests main.swift
[18/21] Emitting module PerformanceTests
[19/22] Wrapping AST for PerformanceTests for debugging
[20/22] Write Objects.LinkFileList
[21/22] Linking PerformanceTests
Build complete! (13.33s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Bases",
  "name" : "Bases",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Base16",
      "targets" : [
        "Base16"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Base32",
      "targets" : [
        "Base32"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PerformanceTests",
      "targets" : [
        "PerformanceTests"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PerformanceTests",
      "module_type" : "SwiftTarget",
      "name" : "PerformanceTests",
      "path" : "Sources/PerformanceTests",
      "product_memberships" : [
        "PerformanceTests"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Base32"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Base32Tests",
      "module_type" : "SwiftTarget",
      "name" : "Base32Tests",
      "path" : "Tests/Base32Tests",
      "sources" : [
        "Base32Tests.swift"
      ],
      "target_dependencies" : [
        "Base32"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Base32",
      "module_type" : "SwiftTarget",
      "name" : "Base32",
      "path" : "Sources/Base32",
      "product_memberships" : [
        "Base32",
        "PerformanceTests"
      ],
      "sources" : [
        "Alphabet.swift",
        "Base32.swift",
        "BlockDecoding.swift",
        "BlockEncoding.swift",
        "Quintets.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Base16Tests",
      "module_type" : "SwiftTarget",
      "name" : "Base16Tests",
      "path" : "Tests/Base16Tests",
      "sources" : [
        "Base16Tests.swift"
      ],
      "target_dependencies" : [
        "Base16"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Base16",
      "module_type" : "SwiftTarget",
      "name" : "Base16",
      "path" : "Sources/Base16",
      "product_memberships" : [
        "Base16"
      ],
      "sources" : [
        "Alphabet.swift",
        "Base16.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Done.