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 SwiftRegex, reference main (60fde2), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 04:10:32 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/johnno1962/SwiftRegex5.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnno1962/SwiftRegex5
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 60fde2e Missing count parameter.
Cloned https://github.com/johnno1962/SwiftRegex5.git
Revision (git rev-parse @):
60fde2e2e3b691abb35ba4b67e3f0adc82f6d1f5
SUCCESS checkout https://github.com/johnno1962/SwiftRegex5.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/johnno1962/SwiftRegex5.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/7] Compiling SwiftRegexD TupleRegex.swift
[5/7] Emitting module SwiftRegexD
[6/7] Emitting module SwiftRegex
[7/7] Compiling SwiftRegex TupleRegex.swift
Build complete! (3.71s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftRegex",
  "name" : "SwiftRegex",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftRegex",
      "targets" : [
        "SwiftRegex"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftRegexD",
      "targets" : [
        "SwiftRegexD"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftRegexTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftRegexTests",
      "path" : "SwiftRegex5Tests",
      "sources" : [
        "SwiftRegex5Tests.swift"
      ],
      "target_dependencies" : [
        "SwiftRegex"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftRegexD",
      "module_type" : "SwiftTarget",
      "name" : "SwiftRegexD",
      "path" : "Sources/SwiftRegexD",
      "product_memberships" : [
        "SwiftRegexD"
      ],
      "sources" : [
        "TupleRegex.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftRegex",
      "module_type" : "SwiftTarget",
      "name" : "SwiftRegex",
      "path" : "Sources/SwiftRegex",
      "product_memberships" : [
        "SwiftRegex"
      ],
      "sources" : [
        "TupleRegex.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.