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 Sweep, reference 0.4.0 (801c28), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 11:40:06 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/JohnSundell/sweep.git
Reference: 0.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/JohnSundell/sweep
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at 801c287 Add new APIs for scanning for a single substring (#7)
Cloned https://github.com/JohnSundell/sweep.git
Revision (git rev-parse @):
801c2878e4c6c5baf32fe132e1f3f3af6f9fd1b0
SUCCESS checkout https://github.com/JohnSundell/sweep.git at 0.4.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/JohnSundell/sweep.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/4] Compiling Sweep Sweep.swift
[4/4] Emitting module Sweep
Build complete! (3.13s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Sweep",
  "name" : "Sweep",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Sweep",
      "targets" : [
        "Sweep"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SweepTests",
      "module_type" : "SwiftTarget",
      "name" : "SweepTests",
      "path" : "Tests/SweepTests",
      "sources" : [
        "LinuxVerification.swift",
        "SweepTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Sweep"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Sweep",
      "module_type" : "SwiftTarget",
      "name" : "Sweep",
      "path" : "Sources/Sweep",
      "product_memberships" : [
        "Sweep"
      ],
      "sources" : [
        "Sweep.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.