This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 nanopb with Swift 6.0 (beta) for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/firebase/nanopb.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/firebase/nanopb
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b574ac5 Cleanup comments, add test for default behavior (#772, #773)
Cloned https://github.com/firebase/nanopb.git
Revision (git rev-parse @):
b574ac5aedbc72e3b47030e67d88e28b56ad79e0
SUCCESS checkout https://github.com/firebase/nanopb.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/firebase/nanopb.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Compiling nanopb pb_decode.c
[1/3] Compiling nanopb pb_encode.c
[2/3] Compiling nanopb pb_common.c
Build complete! (1.17s)
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"
      ],
      "sources" : [
        "pb_common.c",
        "pb_decode.c",
        "pb_encode.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.