The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ProtobufKit, reference 0.1.2 (937eae), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 13:40:43 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/OpenSwiftUIProject/ProtobufKit.git
Reference: 0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/OpenSwiftUIProject/ProtobufKit
 * tag               0.1.2      -> FETCH_HEAD
HEAD is now at 937eae5 Update patch to latest upstrem
Cloned https://github.com/OpenSwiftUIProject/ProtobufKit.git
Revision (git rev-parse @):
937eae5426277bec040c7f99bc8e1498c30ed467
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/OpenSwiftUIProject/ProtobufKit.git at 0.1.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/OpenSwiftUIProject/ProtobufKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Compiling ProtobufKit ProtobufMessage.swift
[4/6] Emitting module ProtobufKit
[5/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
[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.06s)
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.