The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swiftredunda, reference master (771499), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 00:33:59 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sobotics/swiftredunda.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sobotics/swiftredunda
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swiftredunda",
      "name": "swiftredunda",
      "url": "https://github.com/sobotics/swiftredunda.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftredunda",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/sobotics/swiftredunda.git
[1/80] Fetching swiftredunda
Fetched https://github.com/sobotics/swiftredunda.git from cache (0.58s)
Creating working copy for https://github.com/sobotics/swiftredunda.git
Working copy of https://github.com/sobotics/swiftredunda.git resolved at master (7714992)
warning: '.resolve-product-dependencies': dependency 'swiftredunda' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/sobotics/swiftredunda.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/6] Compiling SwiftRedunda RedundaPingResponse.swift
[4/6] Compiling SwiftRedunda RedundaPingService.swift
[5/6] Emitting module SwiftRedunda
[6/6] Compiling SwiftRedunda RedundaClient.swift
Build complete! (3.28s)
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.