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 Regex, reference 1.2.0 (166728), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 14:24:40 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/crossroadlabs/Regex.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/crossroadlabs/Regex
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at 1667287 Updated changelog. Prepared 1.2.0 release
Cloned https://github.com/crossroadlabs/Regex.git
Revision (git rev-parse @):
166728756082a9cac6e4aed3ebbce8e41cb3a945
SUCCESS checkout https://github.com/crossroadlabs/Regex.git at 1.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/crossroadlabs/Regex.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/11] Compiling Regex GroupRangeUtils.swift
[4/11] Compiling Regex String+Regex.swift
[5/11] Emitting module Regex
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:84:1: warning: extension declares a conformance of imported type 'Options' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 82 |  * Internal implementation that can't be hidden. Skip it.
 83 |  */
 84 | extension NSRegularExpression.Options : Hashable {
    | |- warning: extension declares a conformance of imported type 'Options' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 | 	/**
 86 |      * Internal implementation that can't be hidden. Skip it.
[6/11] Compiling Regex Utils.swift
[7/11] Compiling Regex Match.swift
[8/11] Compiling Regex MatchSequence.swift
[9/11] Compiling Regex Regex.swift
[10/11] Compiling Regex RegexOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:84:1: warning: extension declares a conformance of imported type 'Options' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 82 |  * Internal implementation that can't be hidden. Skip it.
 83 |  */
 84 | extension NSRegularExpression.Options : Hashable {
    | |- warning: extension declares a conformance of imported type 'Options' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 | 	/**
 86 |      * Internal implementation that can't be hidden. Skip it.
[11/11] Compiling Regex PlatformTypes.swift
Build complete! (4.32s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Regex",
  "name" : "Regex",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Regex",
      "targets" : [
        "Regex"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RegexTests",
      "module_type" : "SwiftTarget",
      "name" : "RegexTests",
      "path" : "Tests/RegexTests",
      "sources" : [
        "RegexTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Regex"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Regex",
      "module_type" : "SwiftTarget",
      "name" : "Regex",
      "path" : "Sources/Regex",
      "product_memberships" : [
        "Regex"
      ],
      "sources" : [
        "GroupRangeUtils.swift",
        "Match.swift",
        "MatchSequence.swift",
        "PlatformTypes.swift",
        "Regex.swift",
        "RegexOptions.swift",
        "String+Regex.swift",
        "Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.