The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swiftredunda, reference 0.1.6 (771499), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 02:13:22 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/sobotics/swiftredunda.git
Reference: 0.1.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sobotics/swiftredunda
 * tag               0.1.6      -> FETCH_HEAD
HEAD is now at 7714992 fix version not sent
Cloned https://github.com/sobotics/swiftredunda.git
Revision (git rev-parse @):
7714992103dcd46c5728af51de9d179fe4fac0d8
SUCCESS checkout https://github.com/sobotics/swiftredunda.git at 0.1.6
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/sobotics/swiftredunda.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 SwiftRedunda RedundaPingService.swift
[4/6] Compiling SwiftRedunda RedundaPingResponse.swift
[5/6] Emitting module SwiftRedunda
[6/6] Compiling SwiftRedunda RedundaClient.swift
Build complete! (3.05s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swiftredunda",
  "name" : "swiftredunda",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftRedunda",
      "targets" : [
        "SwiftRedunda"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swiftredundaTests",
      "module_type" : "SwiftTarget",
      "name" : "swiftredundaTests",
      "path" : "Tests/swiftredundaTests",
      "sources" : [
        "swiftredundaTests.swift"
      ],
      "target_dependencies" : [
        "SwiftRedunda"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftRedunda",
      "module_type" : "SwiftTarget",
      "name" : "SwiftRedunda",
      "path" : "Sources",
      "product_memberships" : [
        "SwiftRedunda"
      ],
      "sources" : [
        "swiftredunda/RedundaClient.swift",
        "swiftredunda/RedundaPingResponse.swift",
        "swiftredunda/RedundaPingService.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.