Build Information
Successful build of nanopb, reference maintenance_0.3 (c87a41
), with Swift 5.10 for macOS (SPM) on 21 Feb 2025 05:41:10 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/firebase/nanopb.git
Reference: maintenance_0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/firebase/nanopb
* branch maintenance_0.3 -> FETCH_HEAD
* [new branch] maintenance_0.3 -> origin/maintenance_0.3
HEAD is now at c87a41d Update Python2 CI workflow to Ubuntu 20.04
Cloned https://github.com/firebase/nanopb.git
Revision (git rev-parse @):
c87a41d5bda5108f93efea5142db67b2e5d2af42
SUCCESS checkout https://github.com/firebase/nanopb.git at maintenance_0.3
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/firebase/nanopb.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Copying PrivacyInfo.xcprivacy
[1/4] Compiling nanopb pb_decode.c
[2/4] Compiling nanopb pb_common.c
[3/4] Compiling nanopb pb_encode.c
Build complete! (3.79s)
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.