The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftRegularExpression, reference 0.2.4 (19c3e5), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 08:11:06 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/nerzh/swift-regular-expression.git
Reference: 0.2.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nerzh/swift-regular-expression
 * tag               0.2.4      -> FETCH_HEAD
HEAD is now at 19c3e56 fix problem with utf8 after return new string with stringByReplacingMatches apple method
Cloned https://github.com/nerzh/swift-regular-expression.git
Revision (git rev-parse @):
19c3e569a8e81da6f7f4ee3b73028c25737d3706
SUCCESS checkout https://github.com/nerzh/swift-regular-expression.git at 0.2.4
========================================
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": "swift-regular-expression",
      "name": "SwiftRegularExpression",
      "url": "https://github.com/nerzh/swift-regular-expression.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-regular-expression",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nerzh/swift-regular-expression.git
[1/61] Fetching swift-regular-expression
Fetched https://github.com/nerzh/swift-regular-expression.git from cache (0.86s)
Creating working copy for https://github.com/nerzh/swift-regular-expression.git
Working copy of https://github.com/nerzh/swift-regular-expression.git resolved at 0.2.4 (19c3e56)
warning: '.resolve-product-dependencies': dependency 'swift-regular-expression' 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/nerzh/swift-regular-expression.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/4] Emitting module SwiftRegularExpression
[4/4] Compiling SwiftRegularExpression String+Regexp.swift
Build complete! (3.50s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftRegularExpression",
  "name" : "SwiftRegularExpression",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftRegularExpression",
      "targets" : [
        "SwiftRegularExpression"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftRegularExpression",
      "module_type" : "SwiftTarget",
      "name" : "SwiftRegularExpression",
      "path" : "Sources/SwiftRegularExpression",
      "product_memberships" : [
        "SwiftRegularExpression"
      ],
      "sources" : [
        "String/String+Regexp.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.