Build Information
Successful build of RegexMatcher, reference master (81d8ba), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 03:15:48 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hectr/swift-regex.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hectr/swift-regex
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 81d8ba6 Release 1.2.0
Cloned https://github.com/hectr/swift-regex.git
Revision (git rev-parse @):
81d8ba65f57de1ee53eb64d4a49d164da1a4718d
SUCCESS checkout https://github.com/hectr/swift-regex.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/hectr/swift-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/7] Compiling RegexMatcher Match.swift
[4/7] Compiling RegexMatcher String+NSRange.swift
[5/7] Compiling RegexMatcher Regex+ExpressibleByStringLiteral.swift
[6/7] Compiling RegexMatcher Regex.swift
[7/7] Emitting module RegexMatcher
Build complete! (3.35s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "RegexMatcher",
"name" : "RegexMatcher",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "RegexMatcher",
"targets" : [
"RegexMatcher"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RegexMatcherTests",
"module_type" : "SwiftTarget",
"name" : "RegexMatcherTests",
"path" : "Tests/RegexMatcherTests",
"sources" : [
"MatchTests.swift",
"RegexTests.swift",
"StringTests.swift"
],
"target_dependencies" : [
"RegexMatcher"
],
"type" : "test"
},
{
"c99name" : "RegexMatcher",
"module_type" : "SwiftTarget",
"name" : "RegexMatcher",
"path" : "Sources/RegexMatcher",
"product_memberships" : [
"RegexMatcher"
],
"sources" : [
"Match.swift",
"Regex+ExpressibleByStringLiteral.swift",
"Regex.swift",
"String+NSRange.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.