Build Information
Successful build of RegexMatcher, reference 1.2.0 (81d8ba), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 02:02:33 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hectr/swift-regex.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hectr/swift-regex
* tag 1.2.0 -> FETCH_HEAD
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 1.2.0
========================================
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-regex",
"name": "RegexMatcher",
"url": "https://github.com/hectr/swift-regex.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-regex",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/hectr/swift-regex.git
[1/71] Fetching swift-regex
Fetched https://github.com/hectr/swift-regex.git from cache (0.63s)
Creating working copy for https://github.com/hectr/swift-regex.git
Working copy of https://github.com/hectr/swift-regex.git resolved at 1.2.0 (81d8ba6)
warning: '.resolve-product-dependencies': dependency 'swift-regex' 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/hectr/swift-regex.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/7] Compiling RegexMatcher String+NSRange.swift
[4/7] Compiling RegexMatcher Regex.swift
[5/7] Emitting module RegexMatcher
[6/7] Compiling RegexMatcher Match.swift
[7/7] Compiling RegexMatcher Regex+ExpressibleByStringLiteral.swift
Build complete! (3.97s)
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.