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 FilRepSwift, reference 1.0.0 (cc1a96), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 08:54:59 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/chrisvander/FilRepSwift.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/chrisvander/FilRepSwift
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at cc1a96b Merge remote-tracking branch 'refs/remotes/origin/main'
Cloned https://github.com/chrisvander/FilRepSwift.git
Revision (git rev-parse @):
cc1a96b171228897bcc165197652ad62f2453bb1
SUCCESS checkout https://github.com/chrisvander/FilRepSwift.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/chrisvander/FilRepSwift.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/5] Emitting module FilRepSwift
[4/5] Compiling FilRepSwift Miner.swift
[5/5] Compiling FilRepSwift FilRepSwift.swift
Build complete! (3.13s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FilRepSwift",
  "name" : "FilRepSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "FilRepSwift",
      "targets" : [
        "FilRepSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FilRepSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "FilRepSwiftTests",
      "path" : "Tests/FilRepSwiftTests",
      "sources" : [
        "FilRepSwiftTests.swift"
      ],
      "target_dependencies" : [
        "FilRepSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FilRepSwift",
      "module_type" : "SwiftTarget",
      "name" : "FilRepSwift",
      "path" : "Sources/FilRepSwift",
      "product_memberships" : [
        "FilRepSwift"
      ],
      "sources" : [
        "FilRepSwift.swift",
        "Miner.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.