The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ProtobufKit, reference main (50a0c8), with Swift 6.1 for macOS (SPM) on 26 Mar 2026 04:35:14 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OpenSwiftUIProject/ProtobufKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/OpenSwiftUIProject/ProtobufKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 50a0c85 Use OpenSwiftUIProject/setup-xcode@v2 for Xcode selection
Cloned https://github.com/OpenSwiftUIProject/ProtobufKit.git
Revision (git rev-parse @):
50a0c85c37ceee8b90593959f3f8250f746a3cfc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/OpenSwiftUIProject/ProtobufKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/OpenSwiftUIProject/ProtobufKit.git
https://github.com/OpenSwiftUIProject/ProtobufKit.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ProtobufKit",
  "name" : "ProtobufKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ProtobufKit",
      "targets" : [
        "ProtobufKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ProtobufKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ProtobufKitTests",
      "path" : "Tests/ProtobufKitTests",
      "sources" : [
        "ProtobufDecoderTests.swift",
        "ProtobufEncoderTests.swift",
        "ProtobufMessageTests.swift",
        "ProtobufTestHelper.swift"
      ],
      "target_dependencies" : [
        "ProtobufKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProtobufKit",
      "module_type" : "SwiftTarget",
      "name" : "ProtobufKit",
      "path" : "Sources/ProtobufKit",
      "product_memberships" : [
        "ProtobufKit"
      ],
      "sources" : [
        "ProtobufDecoder.swift",
        "ProtobufEncoder.swift",
        "ProtobufMessage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/6] Emitting module ProtobufKit
[4/6] Compiling ProtobufKit ProtobufEncoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/ProtobufKit/ProtobufEncoder.swift:418:28: warning: type 'Any' does not conform to the 'Sendable' protocol
416 |         let encoder = PropertyListEncoder()
417 |         encoder.outputFormat = .binary
418 |         encoder.userInfo = userInfo
    |                            `- warning: type 'Any' does not conform to the 'Sendable' protocol
419 |         return try encoder.encode([value])
420 |         #endif
[5/6] Compiling ProtobufKit ProtobufMessage.swift
[6/6] Compiling ProtobufKit ProtobufDecoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/ProtobufKit/ProtobufDecoder.swift:475:28: warning: type 'Any' does not conform to the 'Sendable' protocol
473 |         #else
474 |         let decoder = PropertyListDecoder()
475 |         decoder.userInfo = userInfo
    |                            `- warning: type 'Any' does not conform to the 'Sendable' protocol
476 |         let resuls = try decoder.decode([T].self, from: data)
477 |         guard let result = resuls.first else {
Build complete! (4.69s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ProtobufKit",
  "name" : "ProtobufKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ProtobufKit",
      "targets" : [
        "ProtobufKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ProtobufKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ProtobufKitTests",
      "path" : "Tests/ProtobufKitTests",
      "sources" : [
        "ProtobufDecoderTests.swift",
        "ProtobufEncoderTests.swift",
        "ProtobufMessageTests.swift",
        "ProtobufTestHelper.swift"
      ],
      "target_dependencies" : [
        "ProtobufKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProtobufKit",
      "module_type" : "SwiftTarget",
      "name" : "ProtobufKit",
      "path" : "Sources/ProtobufKit",
      "product_memberships" : [
        "ProtobufKit"
      ],
      "sources" : [
        "ProtobufDecoder.swift",
        "ProtobufEncoder.swift",
        "ProtobufMessage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.