The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftyNames, reference 0.2.4 (e04bb0), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 12:00:25 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/skelpo/swiftynames.git
Reference: 0.2.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/skelpo/swiftynames
 * tag               0.2.4      -> FETCH_HEAD
HEAD is now at e04bb09 Updates
Cloned https://github.com/skelpo/swiftynames.git
Revision (git rev-parse @):
e04bb0990669f181072f98c53a695c28612f3fda
SUCCESS checkout https://github.com/skelpo/swiftynames.git at 0.2.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/skelpo/swiftynames.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/4] Emitting module SwiftyNames
[4/4] Compiling SwiftyNames String+SwiftyNames.swift
/Users/admin/builder/spi-builder-workspace/Sources/String+SwiftyNames.swift:24:13: warning: variable 'removeIndividualCharacters' was never mutated; consider changing to 'let' constant
 22 |         var commonPrefixes = ["Dr", "Prof"]
 23 |         var commonSuffixes = ["VI", "VII", "VIII", "I", "II", "III", "IV", "JR", "SR", "SNR", "MdB", "StB", "RA", "JNR", "Senior", "Junior", "Jr", "Sr"]
 24 |         var removeIndividualCharacters = [":","-",".","*","_"]
    |             `- warning: variable 'removeIndividualCharacters' was never mutated; consider changing to 'let' constant
 25 |
 26 |         if self.uppercased() == self {
Build complete! (2.97s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftyNames",
  "name" : "SwiftyNames",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftyNames",
      "targets" : [
        "SwiftyNames"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyNamesTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyNamesTests",
      "path" : "SwiftyNamesTests",
      "sources" : [
        "SwiftyNamesTests.swift"
      ],
      "target_dependencies" : [
        "SwiftyNames"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyNames",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyNames",
      "path" : "Sources",
      "product_memberships" : [
        "SwiftyNames"
      ],
      "sources" : [
        "String+SwiftyNames.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.