Build Information
Successful build of Regex, reference master (d3ba02), with Swift 6.3 for macOS (SPM) on 23 Apr 2026 05:51:17 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/sharplet/Regex.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sharplet/Regex
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at d3ba024 Merge pull request #74 from sharplet/disambiguate-options
Cloned https://github.com/sharplet/Regex.git
Revision (git rev-parse @):
d3ba024b643b5e8ed4451617195f4fa180c88cb1
SUCCESS checkout https://github.com/sharplet/Regex.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "regex",
"name": "Regex",
"url": "https://github.com/sharplet/Regex.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Regex",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/sharplet/Regex.git
[1/1254] Fetching regex
Fetched https://github.com/sharplet/Regex.git from cache (1.81s)
Creating working copy for https://github.com/sharplet/Regex.git
Working copy of https://github.com/sharplet/Regex.git resolved at master (d3ba024)
warning: '.resolve-product-dependencies': dependency '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/sharplet/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/9] Compiling Regex Foundation+Ranges.swift
[4/9] Compiling Regex Options.swift
[5/9] Compiling Regex MatchResult.swift
[6/9] Compiling Regex ThreadLocal.swift
[7/9] Emitting module Regex
[8/9] Compiling Regex String+ReplaceMatching.swift
[9/9] Compiling Regex Regex.swift
Build complete! (4.19s)
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"
]
}
}
],
"swift_languages_versions" : [
"4.2",
"5"
],
"targets" : [
{
"c99name" : "RegexTests",
"module_type" : "SwiftTarget",
"name" : "RegexTests",
"path" : "Tests/RegexTests",
"sources" : [
"Assertions.swift",
"CodableTests.swift",
"OptionsTests.swift",
"RegexTests.swift",
"StringReplacementTests.swift",
"Support.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Regex"
],
"type" : "test"
},
{
"c99name" : "Regex",
"module_type" : "SwiftTarget",
"name" : "Regex",
"path" : "Source/Regex",
"product_memberships" : [
"Regex"
],
"sources" : [
"Foundation+Ranges.swift",
"MatchResult.swift",
"Options.swift",
"Regex.swift",
"String+ReplaceMatching.swift",
"ThreadLocal.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.