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 swift-varint, reference main (b62bee), with Swift 6.1 for macOS (SPM) on 30 Oct 2025 20:38:13 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-libp2p/swift-varint.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swift-libp2p/swift-varint
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b62beee Merge pull request #2 from swift-libp2p/swift-6
Cloned https://github.com/swift-libp2p/swift-varint.git
Revision (git rev-parse @):
b62beeea61d5c7c434d7af8a212211a4e7a8f926
SUCCESS checkout https://github.com/swift-libp2p/swift-varint.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swift-libp2p/swift-varint.git
https://github.com/swift-libp2p/swift-varint.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-varint",
  "name" : "swift-varint",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "VarInt",
      "targets" : [
        "VarInt"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VarIntTests",
      "module_type" : "SwiftTarget",
      "name" : "VarIntTests",
      "path" : "Tests/VarIntTests",
      "sources" : [
        "VarIntTests.swift"
      ],
      "target_dependencies" : [
        "VarInt"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VarInt",
      "module_type" : "SwiftTarget",
      "name" : "VarInt",
      "path" : "Sources/VarInt",
      "product_memberships" : [
        "VarInt"
      ],
      "sources" : [
        "BinaryEncoder.swift",
        "VarInt.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/5] Emitting module VarInt
[4/5] Compiling VarInt BinaryEncoder.swift
[5/5] Compiling VarInt VarInt.swift
Build complete! (4.58s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-varint",
  "name" : "swift-varint",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "VarInt",
      "targets" : [
        "VarInt"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VarIntTests",
      "module_type" : "SwiftTarget",
      "name" : "VarIntTests",
      "path" : "Tests/VarIntTests",
      "sources" : [
        "VarIntTests.swift"
      ],
      "target_dependencies" : [
        "VarInt"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VarInt",
      "module_type" : "SwiftTarget",
      "name" : "VarInt",
      "path" : "Sources/VarInt",
      "product_memberships" : [
        "VarInt"
      ],
      "sources" : [
        "BinaryEncoder.swift",
        "VarInt.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.