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 nanopb, reference 2.30910.0 (b7e110), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 04:59:27 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/firebase/nanopb.git
Reference: 2.30910.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/firebase/nanopb
 * tag               2.30910.0  -> FETCH_HEAD
HEAD is now at b7e1104 Publishing nanopb-0.3.9.10
Cloned https://github.com/firebase/nanopb.git
Revision (git rev-parse @):
b7e1104502eca3a213b46303391ca4d3bc8ddec1
SUCCESS checkout https://github.com/firebase/nanopb.git at 2.30910.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/firebase/nanopb.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Copying PrivacyInfo.xcprivacy
[1/4] Compiling nanopb pb_common.c
[2/4] Compiling nanopb pb_encode.c
[3/4] Compiling nanopb pb_decode.c
Build complete! (0.42s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "nanopb",
  "name" : "nanopb",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "nanopb",
      "targets" : [
        "nanopb"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_test",
      "module_type" : "SwiftTarget",
      "name" : "swift-test",
      "path" : "spm-test/swift",
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "nanopb"
      ],
      "type" : "test"
    },
    {
      "c99name" : "objc_test",
      "module_type" : "ClangTarget",
      "name" : "objc-test",
      "path" : "spm-test/objc",
      "sources" : [
        "c-header.c",
        "objc-header.m",
        "objc-module.m",
        "objc-qualified.m"
      ],
      "target_dependencies" : [
        "nanopb"
      ],
      "type" : "test"
    },
    {
      "c99name" : "nanopb",
      "module_type" : "ClangTarget",
      "name" : "nanopb",
      "path" : ".",
      "product_memberships" : [
        "nanopb"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/spm_resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "pb_common.c",
        "pb_decode.c",
        "pb_encode.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.