The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SwiftRegularExpression, reference master (19c3e5), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 19:03:04 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerzh/swift-regular-expression.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nerzh/swift-regular-expression
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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",
  "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",
      "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.69s)
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 master (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.0
Building package at path:  $PWD
https://github.com/nerzh/swift-regular-expression.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/4] Compiling SwiftRegularExpression String+Regexp.swift
[4/4] Emitting module SwiftRegularExpression
Build complete! (5.70s)
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.