The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DSFRegex, reference master (c576aa), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 07:54:57 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dagronf/DSFRegex.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dagronf/DSFRegex
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at c576aab Minor updates
Cloned https://github.com/dagronf/DSFRegex.git
Revision (git rev-parse @):
c576aab25f88bcb4b549862e6269b6f90b917e0c
SUCCESS checkout https://github.com/dagronf/DSFRegex.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": "dsfregex",
      "name": "DSFRegex",
      "url": "https://github.com/dagronf/DSFRegex.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DSFRegex",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/dagronf/DSFRegex.git
[1/240] Fetching dsfregex
Fetched https://github.com/dagronf/DSFRegex.git from cache (0.77s)
Creating working copy for https://github.com/dagronf/DSFRegex.git
Working copy of https://github.com/dagronf/DSFRegex.git resolved at master (c576aab)
warning: '.resolve-product-dependencies': dependency 'dsfregex' 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/dagronf/DSFRegex.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Copying PrivacyInfo.xcprivacy
[1/7] Write sources
[2/7] Write swift-version--6988338F2F200930.txt
[4/12] Compiling DSFRegex String+regex.swift
[5/12] Compiling DSFRegex DSFRegex.swift
[6/12] Emitting module DSFRegex
[7/12] Compiling DSFRegex String+CursorExtensions.swift
[8/12] Compiling DSFRegex resource_bundle_accessor.swift
[8/12] Write Objects.LinkFileList
[10/12] Archiving libDSFRegex-static.a
[11/12] Linking libDSFRegex-dynamic.dylib
Build complete! (4.77s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DSFRegex",
  "name" : "DSFRegex",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "DSFRegex",
      "targets" : [
        "DSFRegex"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DSFRegex-static",
      "targets" : [
        "DSFRegex"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "DSFRegex-dynamic",
      "targets" : [
        "DSFRegex"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DSFRegexTests",
      "module_type" : "SwiftTarget",
      "name" : "DSFRegexTests",
      "path" : "Tests/DSFRegexTests",
      "sources" : [
        "DSFRegexTests.swift",
        "String+extensions.swift",
        "Tests+extensions.swift"
      ],
      "target_dependencies" : [
        "DSFRegex"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DSFRegex",
      "module_type" : "SwiftTarget",
      "name" : "DSFRegex",
      "path" : "Sources/DSFRegex",
      "product_memberships" : [
        "DSFRegex",
        "DSFRegex-static",
        "DSFRegex-dynamic"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/DSFRegex/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "DSFRegex.swift",
        "String+CursorExtensions.swift",
        "String+regex.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Done.