Build Information
Successful build of Regex, reference 1.2.0 (166728), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 10:34:41 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/crossroadlabs/Regex.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/crossroadlabs/Regex
* tag 1.2.0 -> FETCH_HEAD
HEAD is now at 1667287 Updated changelog. Prepared 1.2.0 release
Cloned https://github.com/crossroadlabs/Regex.git
Revision (git rev-parse @):
166728756082a9cac6e4aed3ebbce8e41cb3a945
SUCCESS checkout https://github.com/crossroadlabs/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": "regex",
"name": "Regex",
"url": "https://github.com/crossroadlabs/Regex.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Regex",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/crossroadlabs/Regex.git
[1/1296] Fetching regex
Fetched https://github.com/crossroadlabs/Regex.git from cache (0.93s)
Creating working copy for https://github.com/crossroadlabs/Regex.git
Working copy of https://github.com/crossroadlabs/Regex.git resolved at 1.2.0 (1667287)
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/crossroadlabs/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/11] Compiling Regex Utils.swift
[4/11] Compiling Regex PlatformTypes.swift
[5/11] Compiling Regex Regex.swift
[6/11] Compiling Regex MatchSequence.swift
[7/11] Compiling Regex String+Regex.swift
[8/11] Compiling Regex Match.swift
[9/11] Compiling Regex GroupRangeUtils.swift
[10/11] Emitting module Regex
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:84:1: warning: extension declares a conformance of imported type 'Options' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
82 | * Internal implementation that can't be hidden. Skip it.
83 | */
84 | extension NSRegularExpression.Options : Hashable {
| |- warning: extension declares a conformance of imported type 'Options' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
85 | /**
86 | * Internal implementation that can't be hidden. Skip it.
[11/11] Compiling Regex RegexOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:84:1: warning: extension declares a conformance of imported type 'Options' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
82 | * Internal implementation that can't be hidden. Skip it.
83 | */
84 | extension NSRegularExpression.Options : Hashable {
| |- warning: extension declares a conformance of imported type 'Options' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
85 | /**
86 | * Internal implementation that can't be hidden. Skip it.
Build complete! (4.49s)
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"
]
}
}
],
"targets" : [
{
"c99name" : "RegexTests",
"module_type" : "SwiftTarget",
"name" : "RegexTests",
"path" : "Tests/RegexTests",
"sources" : [
"RegexTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Regex"
],
"type" : "test"
},
{
"c99name" : "Regex",
"module_type" : "SwiftTarget",
"name" : "Regex",
"path" : "Sources/Regex",
"product_memberships" : [
"Regex"
],
"sources" : [
"GroupRangeUtils.swift",
"Match.swift",
"MatchSequence.swift",
"PlatformTypes.swift",
"Regex.swift",
"RegexOptions.swift",
"String+Regex.swift",
"Utils.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.