The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-multibase, reference main (9bc8df), with Swift 5.10 for macOS (SPM) on 7 Mar 2025 07:15:49 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-libp2p/swift-multibase.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swift-libp2p/swift-multibase
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9bc8dfd Update README.md
Cloned https://github.com/swift-libp2p/swift-multibase.git
Revision (git rev-parse @):
9bc8dfd05c1efc2bfd0e5e0584e0fa06a6395717
SUCCESS checkout https://github.com/swift-libp2p/swift-multibase.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/swift-libp2p/swift-multibase.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-33747A42983211AE.txt
[8/25] Compiling Base8 Quintets.swift
[9/25] Compiling Base8 BlockEncoding.swift
[10/25] Compiling Base8 BlockDecoding.swift
[11/25] Compiling Base32 Quintets.swift
[12/25] Compiling Base32 BlockEncoding.swift
[13/25] Emitting module Base2
[14/25] Compiling Base2 Base2.swift
[15/25] Emitting module Base64
[16/25] Compiling Base64 Base64.swift
[17/25] Compiling Base32 Base32.swift
[18/25] Compiling Base32 BlockDecoding.swift
[19/25] Compiling Base8 Alphabet.swift
[20/25] Compiling Base8 Base8.swift
[21/25] Emitting module Base8
[22/25] Emitting module Base32
[23/25] Compiling Base32 Alphabets.swift
[24/25] Emitting module BaseX
[25/25] Compiling BaseX BaseX.swift
[26/27] Emitting module Multibase
[27/27] Compiling Multibase Multibase.swift
Build complete! (9.28s)
Fetching https://github.com/swift-libp2p/swift-bases.git
[1/286] Fetching swift-bases
Fetched https://github.com/swift-libp2p/swift-bases.git from cache (1.18s)
Computing version for https://github.com/swift-libp2p/swift-bases.git
Computed https://github.com/swift-libp2p/swift-bases.git at 0.0.4 (0.44s)
Creating working copy for https://github.com/swift-libp2p/swift-bases.git
Working copy of https://github.com/swift-libp2p/swift-bases.git resolved at 0.0.4
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-bases",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-libp2p/swift-bases.git"
    }
  ],
  "manifest_display_name" : "swift-multibase",
  "name" : "swift-multibase",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Multibase",
      "targets" : [
        "Multibase"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MultibaseTests",
      "module_type" : "SwiftTarget",
      "name" : "MultibaseTests",
      "path" : "Tests/MultibaseTests",
      "sources" : [
        "MultibaseTests.swift"
      ],
      "target_dependencies" : [
        "Multibase"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Multibase",
      "module_type" : "SwiftTarget",
      "name" : "Multibase",
      "path" : "Sources/Multibase",
      "product_dependencies" : [
        "Base2",
        "Base8",
        "BaseX",
        "Base32",
        "Base64"
      ],
      "product_memberships" : [
        "Multibase"
      ],
      "sources" : [
        "Multibase.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.