The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Bases, reference develop (f8d94c), with Swift 6.0 for macOS (SPM) on 27 Apr 2026 05:53:52 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattrubin/Bases.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattrubin/Bases
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at f8d94c3 Send coverage reports to Codecov from Linux tests (#51)
Cloned https://github.com/mattrubin/Bases.git
Revision (git rev-parse @):
f8d94c36e5c5bceb96a8f240509ac56e4de7ec8a
SUCCESS checkout https://github.com/mattrubin/Bases.git at develop
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/mattrubin/Bases.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[1/8] Write PerformanceTests-entitlement.plist
[3/8] Write sources
[4/8] Write swift-version-5BDAB9E9C0126B9D.txt
[6/17] Compiling Base32 Quintets.swift
[7/17] Compiling Base32 BlockEncoding.swift
[8/17] Compiling Base32 BlockDecoding.swift
[9/17] Emitting module Base16
[10/17] Compiling Base16 Alphabet.swift
[11/17] Compiling Base16 Base16.swift
[12/17] Compiling Base32 Alphabet.swift
[13/17] Compiling Base32 Base32.swift
[14/17] Emitting module Base32
[15/19] Compiling PerformanceTests main.swift
[16/19] Emitting module PerformanceTests
[16/19] Write Objects.LinkFileList
[17/19] Linking PerformanceTests
[18/19] Applying PerformanceTests
Build complete! (5.68s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Bases",
  "name" : "Bases",
  "path" : "/Users/admin/builder/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"
}
Done.